Html Css Color HEX #5CCCF1 Turquoise Blue

📋 copy color: '#5CCCF1'

red 92 ◦ green 204 ◦ blue 241

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

Shades of Turquoise Blue #5CCCF1

Tints of Turquoise Blue #5CCCF1

RGB

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

 GREEN value IS 204 (80.08% from 255) = 37.99%

 BLUE value IS 241 (94.53% from 255) = 44.88%

R = 17.13%
G = 37.99%
B = 44.88%

CMYK

 C value IS 0.62

 M value IS 0.15

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#5CCCF1 (or 0x5CCCF1) is known color: Turquoise Blue. HEX triplet: 5C, CC and F1. RGB value is (92,204,241). Sum of RGB (Red+Green+Blue) = 92+204+241=537 (71% of max value = 765). Red value is 92 (36.33% from 255 or 17.13% from 537); Green value is 204 (80.08% from 255 or 37.99% from 537); Blue value is 241 (94.53% from 255 or 44.88% from 537); Max value from RGB is 241 - color contains mainly: blue. Hex color #5CCCF1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5CCCF1 is #A3330E. Grayscale: #AEAEAE. Windows color (decimal): -10695439 or 15846492. OLE color: 15846492.

HSL color Cylindrical-coordinate representation of color #5CCCF1: hue angle of 194.9º degrees, saturation: 0.84, 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 #5CCCF1 is Cyan = 0.62, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 92 204 241 -
CMYK 0.62 0.15 0 0.05
HSL 194.9º 0.84% 0.65% -
HSV(B) 194.9º 0.62% 0.95% -
XYZ 41.88 51.81 91.01 -
YUV 174.73 165.39 68.99 -
System Red Green Blue C M Y K H S L
Decimal 92 204 241 0.62 0.15 0 0.05 194.9 0.84 0.65
Hex 5C CC F1 3E F 0 5 C3 54 41
Octal 134 314 361 76 17 0 5 303 124 101
Binary 1011100 11001100 11110001 111110 1111 0 101 11000011 1010100 1000001

Color Harmonies of #5CCCF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CCCF1

Black with #5CCCF1

Text Example


Text Example

White with #5CCCF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,204,241); }

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

background-color css

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

 a { background-color: rgb(92,204,241); }

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

border-color css

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

 span { border-color: rgb(92,204,241); }

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