Html Css Color HEX #5CCFEC Turquoise Blue

📋 copy color: '#5CCFEC'

red 92 ◦ green 207 ◦ blue 236

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

Shades of Turquoise Blue #5CCFEC

Tints of Turquoise Blue #5CCFEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 44.11%

R = 17.2%
G = 38.69%
B = 44.11%

CMYK

 C value IS 0.61

 M value IS 0.12

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5CCFEC (or 0x5CCFEC) is known color: Turquoise Blue. HEX triplet: 5C, CF and EC. RGB value is (92,207,236). Sum of RGB (Red+Green+Blue) = 92+207+236=535 (70% of max value = 765). Red value is 92 (36.33% from 255 or 17.20% from 535); Green value is 207 (81.25% from 255 or 38.69% from 535); Blue value is 236 (92.58% from 255 or 44.11% from 535); Max value from RGB is 236 - color contains mainly: blue. Hex color #5CCFEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5CCFEC is #A33013. Grayscale: #AFAFAF. Windows color (decimal): -10694676 or 15519580. OLE color: 15519580.

HSL color Cylindrical-coordinate representation of color #5CCFEC: hue angle of 192.08º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5CCFEC is Cyan = 0.61, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 92 207 236 -
CMYK 0.61 0.12 0 0.07
HSL 192.08º 0.79% 0.64% -
HSV(B) 192.08º 0.61% 0.93% -
XYZ 41.87 52.96 87.37 -
YUV 175.92 161.9 68.14 -
System Red Green Blue C M Y K H S L
Decimal 92 207 236 0.61 0.12 0 0.07 192.08 0.79 0.64
Hex 5C CF EC 3D C 0 7 C0 4F 40
Octal 134 317 354 75 14 0 7 300 117 100
Binary 1011100 11001111 11101100 111101 1100 0 111 11000000 1001111 1000000

Color Harmonies of #5CCFEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CCFEC

Black with #5CCFEC

Text Example


Text Example

White with #5CCFEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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