Html Css Color HEX #5FCEEF Turquoise Blue

📋 copy color: '#5FCEEF'

red 95 ◦ green 206 ◦ blue 239

#5FCEEF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turquoise Blue #5FCEEF

Tints of Turquoise Blue #5FCEEF

RGB

 RED value IS 95 (37.5% from 255) = 17.59%

 GREEN value IS 206 (80.86% from 255) = 38.15%

 BLUE value IS 239 (93.75% from 255) = 44.26%

R = 17.59%
G = 38.15%
B = 44.26%

CMYK

 C value IS 0.60

 M value IS 0.14

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#5FCEEF (or 0x5FCEEF) is known color: Turquoise Blue. HEX triplet: 5F, CE and EF. RGB value is (95,206,239). Sum of RGB (Red+Green+Blue) = 95+206+239=540 (71% of max value = 765). Red value is 95 (37.5% from 255 or 17.59% from 540); Green value is 206 (80.86% from 255 or 38.15% from 540); Blue value is 239 (93.75% from 255 or 44.26% from 540); Max value from RGB is 239 - color contains mainly: blue. Hex color #5FCEEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5FCEEF is #A03110. Grayscale: #B0B0B0. Windows color (decimal): -10498321 or 15715935. OLE color: 15715935.

HSL color Cylindrical-coordinate representation of color #5FCEEF: hue angle of 193.75º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5FCEEF is Cyan = 0.60, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 95 206 239 -
CMYK 0.60 0.14 0 0.06
HSL 193.75º 0.82% 0.65% -
HSV(B) 193.75º 0.6% 0.94% -
XYZ 42.37 52.81 89.62 -
YUV 176.57 163.23 69.82 -
System Red Green Blue C M Y K H S L
Decimal 95 206 239 0.60 0.14 0 0.06 193.75 0.82 0.65
Hex 5F CE EF 3C E 0 6 C2 52 41
Octal 137 316 357 74 16 0 6 302 122 101
Binary 1011111 11001110 11101111 111100 1110 0 110 11000010 1010010 1000001

Color Harmonies of #5FCEEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FCEEF

Black with #5FCEEF

Text Example


Text Example

White with #5FCEEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5FCEEF; }

 p { color: rgb(95,206,239); }

 H1.HeaderClassName
 {
   color: #5FCEEF;
 }
 .AnyTagClassName
 {
   color: #5FCEEF;
 }
</style>

background-color css

<style>
 a { background-color: #5FCEEF; }

 a { background-color: rgb(95,206,239); }

 div.DivClassName
 {
   background-color: #5FCEEF;
 }
 .BgClassName
 {
   background-color: #5FCEEF;
 }
</style>

border-color css

<style>
 span { border-color: #5FCEEF; }

 span { border-color: rgb(95,206,239); }

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