Html Css Color HEX #5CCFF2 Turquoise Blue

📋 copy color: '#5CCFF2'

red 92 ◦ green 207 ◦ blue 242

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

Shades of Turquoise Blue #5CCFF2

Tints of Turquoise Blue #5CCFF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 44.73%

R = 17.01%
G = 38.26%
B = 44.73%

CMYK

 C value IS 0.62

 M value IS 0.14

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#5CCFF2 (or 0x5CCFF2) is known color: Turquoise Blue. HEX triplet: 5C, CF and F2. RGB value is (92,207,242). Sum of RGB (Red+Green+Blue) = 92+207+242=541 (71% of max value = 765). Red value is 92 (36.33% from 255 or 17.01% from 541); Green value is 207 (81.25% from 255 or 38.26% from 541); Blue value is 242 (94.92% from 255 or 44.73% from 541); Max value from RGB is 242 - color contains mainly: blue. Hex color #5CCFF2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5CCFF2 is #A3300D. Grayscale: #B0B0B0. Windows color (decimal): -10694670 or 15912796. OLE color: 15912796.

HSL color Cylindrical-coordinate representation of color #5CCFF2: hue angle of 194º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5CCFF2 is Cyan = 0.62, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 92 207 242 -
CMYK 0.62 0.14 0 0.05
HSL 194º 0.85% 0.65% -
HSV(B) 194º 0.62% 0.95% -
XYZ 42.75 53.31 92.04 -
YUV 176.61 164.9 67.65 -
System Red Green Blue C M Y K H S L
Decimal 92 207 242 0.62 0.14 0 0.05 194 0.85 0.65
Hex 5C CF F2 3E E 0 5 C2 55 41
Octal 134 317 362 76 16 0 5 302 125 101
Binary 1011100 11001111 11110010 111110 1110 0 101 11000010 1010101 1000001

Color Harmonies of #5CCFF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CCFF2

Black with #5CCFF2

Text Example


Text Example

White with #5CCFF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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