Html Css Color HEX #5FCADF Turquoise Blue

📋 copy color: '#5FCADF'

red 95 ◦ green 202 ◦ blue 223

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

Shades of Turquoise Blue #5FCADF

Tints of Turquoise Blue #5FCADF

RGB

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

 GREEN value IS 202 (79.3% from 255) = 38.85%

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

R = 18.27%
G = 38.85%
B = 42.88%

CMYK

 C value IS 0.57

 M value IS 0.09

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5FCADF (or 0x5FCADF) is known color: Turquoise Blue. HEX triplet: 5F, CA and DF. RGB value is (95,202,223). Sum of RGB (Red+Green+Blue) = 95+202+223=520 (68% of max value = 765). Red value is 95 (37.5% from 255 or 18.27% from 520); Green value is 202 (79.30% from 255 or 38.85% from 520); Blue value is 223 (87.5% from 255 or 42.88% from 520); Max value from RGB is 223 - color contains mainly: blue. Hex color #5FCADF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FCADF is #A03520. Grayscale: #ACACAC. Windows color (decimal): -10499361 or 14666335. OLE color: 14666335.

HSL color Cylindrical-coordinate representation of color #5FCADF: hue angle of 189.84º 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 #5FCADF is Cyan = 0.57, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 95 202 223 -
CMYK 0.57 0.09 0 0.13
HSL 189.84º 0.67% 0.62% -
HSV(B) 189.84º 0.57% 0.87% -
XYZ 39.16 50 77.4 -
YUV 172.4 156.55 72.79 -
System Red Green Blue C M Y K H S L
Decimal 95 202 223 0.57 0.09 0 0.13 189.84 0.67 0.62
Hex 5F CA DF 39 9 0 D BE 43 3E
Octal 137 312 337 71 11 0 15 276 103 76
Binary 1011111 11001010 11011111 111001 1001 0 1101 10111110 1000011 111110

Color Harmonies of #5FCADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FCADF

Black with #5FCADF

Text Example


Text Example

White with #5FCADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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