#38FBED

Color #38FBED Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turquoise #38FBED

Tints of Turquoise #38FBED

Color information

#38FBED (or 0x38FBED) is unknown color: approx Turquoise. HEX triplet: 38, FB and ED. RGB value is (56,251,237). Sum of RGB (Red+Green+Blue) = 56+251+237=544 (72% of max value = 765). Red value is 56 (22.27% from 255 or 10.29% from 544); Green value is 251 (98.44% from 255 or 46.14% from 544); Blue value is 237 (92.97% from 255 or 43.57% from 544); Max value from RGB is 251 - color contains mainly: green. Hex color #38FBED is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #38FBED is #C70412. Grayscale: #BEBEBE. Windows color (decimal): -13042707 or 15596344. OLE color: 15596344.

HSL color Cylindrical-coordinate representation of color #38FBED: hue angle of 175.69º degrees, saturation: 0.96, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #38FBED is Cyan = 0.78, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB56251237-
CMYK0.7800.060.02
HSL175.69º96.06%60.2%-
HSV(B)175.69º77.69%98.43%-
XYZ51.4175.9592.07-
YUV191.1153.931.64-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 56 (22.27% from 255) = 10.29%
GREEN value IS 251 (98.44% from 255) = 46.14%
BLUE value IS 237 (92.97% from 255) = 43.57%
R=10.29%
G=46.14%
B=43.57%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal562512370.7800.060.02175.6996.0660.2
Hex38FBED4E062b0603c
Octal7037335511606226014074
Binary11100011111011111011011001110011010101100001100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38FBED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38FBED; }

 p { color: rgb(56,251,237); }

 H1.HeaderClassName
 {
   color: #38FBED;
 }
 .AnyTagClassName
 {
   color: #38FBED;
 }
</style>
background-color css

<style>
 a { background-color: #38FBED; }

 a { background-color: rgb(56,251,237); }

 div.DivClassName
 {
   background-color: #38FBED;
 }
 .BgClassName
 {
   background-color: #38FBED;
 }
</style>
border-color css

<style>
 span { border-color: #38FBED; }

 span { border-color: rgb(56,251,237); }

 td.TdClassName
 {
   border-color: #38FBED;
 }
 .TagClassName
 {
   border-color: #38FBED;
 }
</style>