Html Css Color HEX #5FCEDF Turquoise Blue

📋 copy color: '#5FCEDF'

red 95 ◦ green 206 ◦ blue 223

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

Shades of Turquoise Blue #5FCEDF

Tints of Turquoise Blue #5FCEDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 42.56%

R = 18.13%
G = 39.31%
B = 42.56%

CMYK

 C value IS 0.57

 M value IS 0.08

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5FCEDF (or 0x5FCEDF) is known color: Turquoise Blue. HEX triplet: 5F, CE and DF. RGB value is (95,206,223). Sum of RGB (Red+Green+Blue) = 95+206+223=524 (69% of max value = 765). Red value is 95 (37.5% from 255 or 18.13% from 524); Green value is 206 (80.86% from 255 or 39.31% from 524); Blue value is 223 (87.5% from 255 or 42.56% from 524); Max value from RGB is 223 - color contains mainly: blue. Hex color #5FCEDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FCEDF is #A03120. Grayscale: #AEAEAE. Windows color (decimal): -10498337 or 14667359. OLE color: 14667359.

HSL color Cylindrical-coordinate representation of color #5FCEDF: hue angle of 187.97º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5FCEDF is Cyan = 0.57, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 95 206 223 -
CMYK 0.57 0.08 0 0.13
HSL 187.97º 0.67% 0.62% -
HSV(B) 187.97º 0.57% 0.87% -
XYZ 40.11 51.9 77.72 -
YUV 174.75 155.23 71.12 -
System Red Green Blue C M Y K H S L
Decimal 95 206 223 0.57 0.08 0 0.13 187.97 0.67 0.62
Hex 5F CE DF 39 8 0 D BC 43 3E
Octal 137 316 337 71 10 0 15 274 103 76
Binary 1011111 11001110 11011111 111001 1000 0 1101 10111100 1000011 111110

Color Harmonies of #5FCEDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FCEDF

Black with #5FCEDF

Text Example


Text Example

White with #5FCEDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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