Html Css Color HEX #5FCDEF Turquoise Blue

📋 copy color: '#5FCDEF'

red 95 ◦ green 205 ◦ blue 239

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

Shades of Turquoise Blue #5FCDEF

Tints of Turquoise Blue #5FCDEF

RGB

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

 GREEN value IS 205 (80.47% from 255) = 38.03%

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

R = 17.63%
G = 38.03%
B = 44.34%

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

#5FCDEF (or 0x5FCDEF) is known color: Turquoise Blue. HEX triplet: 5F, CD and EF. RGB value is (95,205,239). Sum of RGB (Red+Green+Blue) = 95+205+239=539 (71% of max value = 765). Red value is 95 (37.5% from 255 or 17.63% from 539); Green value is 205 (80.47% from 255 or 38.03% from 539); Blue value is 239 (93.75% from 255 or 44.34% from 539); Max value from RGB is 239 - color contains mainly: blue. Hex color #5FCDEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5FCDEF is #A03210. Grayscale: #AFAFAF. Windows color (decimal): -10498577 or 15715679. OLE color: 15715679.

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

Color convert

RGB 95 205 239 -
CMYK 0.60 0.14 0 0.06
HSL 194.17º 0.82% 0.65% -
HSV(B) 194.17º 0.6% 0.94% -
XYZ 42.13 52.33 89.54 -
YUV 175.99 163.56 70.24 -
System Red Green Blue C M Y K H S L
Decimal 95 205 239 0.60 0.14 0 0.06 194.17 0.82 0.65
Hex 5F CD EF 3C E 0 6 C2 52 41
Octal 137 315 357 74 16 0 6 302 122 101
Binary 1011111 11001101 11101111 111100 1110 0 110 11000010 1010010 1000001

Color Harmonies of #5FCDEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FCDEF

Black with #5FCDEF

Text Example


Text Example

White with #5FCDEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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