Html Css Color HEX #5CDFF0 Turquoise Blue

📋 copy color: '#5CDFF0'

red 92 ◦ green 223 ◦ blue 240

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

Shades of Turquoise Blue #5CDFF0

Tints of Turquoise Blue #5CDFF0

RGB

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

 GREEN value IS 223 (87.5% from 255) = 40.18%

 BLUE value IS 240 (94.14% from 255) = 43.24%

R = 16.58%
G = 40.18%
B = 43.24%

CMYK

 C value IS 0.62

 M value IS 0.07

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#5CDFF0 (or 0x5CDFF0) is known color: Turquoise Blue. HEX triplet: 5C, DF and F0. RGB value is (92,223,240). Sum of RGB (Red+Green+Blue) = 92+223+240=555 (73% of max value = 765). Red value is 92 (36.33% from 255 or 16.58% from 555); Green value is 223 (87.5% from 255 or 40.18% from 555); Blue value is 240 (94.14% from 255 or 43.24% from 555); Max value from RGB is 240 - color contains mainly: blue. Hex color #5CDFF0 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5CDFF0 is #A3200F. Grayscale: #B9B9B9. Windows color (decimal): -10690576 or 15785820. OLE color: 15785820.

HSL color Cylindrical-coordinate representation of color #5CDFF0: hue angle of 186.89º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5CDFF0 is Cyan = 0.62, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 92 223 240 -
CMYK 0.62 0.07 0 0.06
HSL 186.89º 0.83% 0.65% -
HSV(B) 186.89º 0.62% 0.94% -
XYZ 46.53 61.34 91.83 -
YUV 185.77 158.6 61.12 -
System Red Green Blue C M Y K H S L
Decimal 92 223 240 0.62 0.07 0 0.06 186.89 0.83 0.65
Hex 5C DF F0 3E 7 0 6 BB 53 41
Octal 134 337 360 76 7 0 6 273 123 101
Binary 1011100 11011111 11110000 111110 111 0 110 10111011 1010011 1000001

Color Harmonies of #5CDFF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CDFF0

Black with #5CDFF0

Text Example


Text Example

White with #5CDFF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,223,240); }

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

background-color css

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

 a { background-color: rgb(92,223,240); }

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

border-color css

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

 span { border-color: rgb(92,223,240); }

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