Html Css Color HEX #5CDBFB Turquoise Blue

📋 copy color: '#5CDBFB'

red 92 ◦ green 219 ◦ blue 251

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

Shades of Turquoise Blue #5CDBFB

Tints of Turquoise Blue #5CDBFB

RGB

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

 GREEN value IS 219 (85.94% from 255) = 38.97%

 BLUE value IS 251 (98.44% from 255) = 44.66%

R = 16.37%
G = 38.97%
B = 44.66%

CMYK

 C value IS 0.63

 M value IS 0.13

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5CDBFB (or 0x5CDBFB) is known color: Turquoise Blue. HEX triplet: 5C, DB and FB. RGB value is (92,219,251). Sum of RGB (Red+Green+Blue) = 92+219+251=562 (74% of max value = 765). Red value is 92 (36.33% from 255 or 16.37% from 562); Green value is 219 (85.94% from 255 or 38.97% from 562); Blue value is 251 (98.44% from 255 or 44.66% from 562); Max value from RGB is 251 - color contains mainly: blue. Hex color #5CDBFB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5CDBFB is #A32404. Grayscale: #B8B8B8. Windows color (decimal): -10691589 or 16505692. OLE color: 16505692.

HSL color Cylindrical-coordinate representation of color #5CDBFB: hue angle of 192.08º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5CDBFB is Cyan = 0.63, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 92 219 251 -
CMYK 0.63 0.13 0 0.02
HSL 192.08º 0.95% 0.67% -
HSV(B) 192.08º 0.63% 0.98% -
XYZ 47.16 59.9 100.34 -
YUV 184.68 165.42 61.9 -
System Red Green Blue C M Y K H S L
Decimal 92 219 251 0.63 0.13 0 0.02 192.08 0.95 0.67
Hex 5C DB FB 3F D 0 2 C0 5F 43
Octal 134 333 373 77 15 0 2 300 137 103
Binary 1011100 11011011 11111011 111111 1101 0 10 11000000 1011111 1000011

Color Harmonies of #5CDBFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CDBFB

Black with #5CDBFB

Text Example


Text Example

White with #5CDBFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,219,251); }

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

background-color css

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

 a { background-color: rgb(92,219,251); }

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

border-color css

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

 span { border-color: rgb(92,219,251); }

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