Html Css Color HEX #5CCFDC Turquoise Blue

📋 copy color: '#5CCFDC'

red 92 ◦ green 207 ◦ blue 220

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

Shades of Turquoise Blue #5CCFDC

Tints of Turquoise Blue #5CCFDC

RGB

 RED value IS 92 (36.33% from 255) = 17.73%

 GREEN value IS 207 (81.25% from 255) = 39.88%

 BLUE value IS 220 (86.33% from 255) = 42.39%

R = 17.73%
G = 39.88%
B = 42.39%

CMYK

 C value IS 0.58

 M value IS 0.06

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5CCFDC (or 0x5CCFDC) is known color: Turquoise Blue. HEX triplet: 5C, CF and DC. RGB value is (92,207,220). Sum of RGB (Red+Green+Blue) = 92+207+220=519 (68% of max value = 765). Red value is 92 (36.33% from 255 or 17.73% from 519); Green value is 207 (81.25% from 255 or 39.88% from 519); Blue value is 220 (86.33% from 255 or 42.39% from 519); Max value from RGB is 220 - color contains mainly: blue. Hex color #5CCFDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CCFDC is #A33023. Grayscale: #ADADAD. Windows color (decimal): -10694692 or 14471004. OLE color: 14471004.

HSL color Cylindrical-coordinate representation of color #5CCFDC: hue angle of 186.09º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5CCFDC is Cyan = 0.58, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 92 207 220 -
CMYK 0.58 0.06 0 0.14
HSL 186.09º 0.65% 0.61% -
HSV(B) 186.09º 0.58% 0.86% -
XYZ 39.64 52.07 75.67 -
YUV 174.1 153.9 69.44 -
System Red Green Blue C M Y K H S L
Decimal 92 207 220 0.58 0.06 0 0.14 186.09 0.65 0.61
Hex 5C CF DC 3A 6 0 E BA 41 3D
Octal 134 317 334 72 6 0 16 272 101 75
Binary 1011100 11001111 11011100 111010 110 0 1110 10111010 1000001 111101

Color Harmonies of #5CCFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CCFDC

Black with #5CCFDC

Text Example


Text Example

White with #5CCFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,207,220); }

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

background-color css

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

 a { background-color: rgb(92,207,220); }

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

border-color css

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

 span { border-color: rgb(92,207,220); }

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