Html Css Color HEX #5FCCEF Turquoise Blue

📋 copy color: '#5FCCEF'

red 95 ◦ green 204 ◦ blue 239

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

Shades of Turquoise Blue #5FCCEF

Tints of Turquoise Blue #5FCCEF

RGB

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

 GREEN value IS 204 (80.08% from 255) = 37.92%

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

R = 17.66%
G = 37.92%
B = 44.42%

CMYK

 C value IS 0.60

 M value IS 0.15

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#5FCCEF (or 0x5FCCEF) is known color: Turquoise Blue. HEX triplet: 5F, CC and EF. RGB value is (95,204,239). Sum of RGB (Red+Green+Blue) = 95+204+239=538 (71% of max value = 765). Red value is 95 (37.5% from 255 or 17.66% from 538); Green value is 204 (80.08% from 255 or 37.92% from 538); Blue value is 239 (93.75% from 255 or 44.42% from 538); Max value from RGB is 239 - color contains mainly: blue. Hex color #5FCCEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5FCCEF is #A03310. Grayscale: #AFAFAF. Windows color (decimal): -10498833 or 15715423. OLE color: 15715423.

HSL color Cylindrical-coordinate representation of color #5FCCEF: hue angle of 194.58º 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 #5FCCEF is Cyan = 0.60, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 95 204 239 -
CMYK 0.60 0.15 0 0.06
HSL 194.58º 0.82% 0.65% -
HSV(B) 194.58º 0.6% 0.94% -
XYZ 41.89 51.85 89.46 -
YUV 175.4 163.89 70.65 -
System Red Green Blue C M Y K H S L
Decimal 95 204 239 0.60 0.15 0 0.06 194.58 0.82 0.65
Hex 5F CC EF 3C F 0 6 C3 52 41
Octal 137 314 357 74 17 0 6 303 122 101
Binary 1011111 11001100 11101111 111100 1111 0 110 11000011 1010010 1000001

Color Harmonies of #5FCCEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FCCEF

Black with #5FCCEF

Text Example


Text Example

White with #5FCCEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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