Html Css Color HEX #55DEF2 Turquoise Blue

📋 copy color: '#55DEF2'

red 85 ◦ green 222 ◦ blue 242

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

Shades of Turquoise Blue #55DEF2

Tints of Turquoise Blue #55DEF2

RGB

 RED value IS 85 (33.59% from 255) = 15.48%

 GREEN value IS 222 (87.11% from 255) = 40.44%

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

R = 15.48%
G = 40.44%
B = 44.08%

CMYK

 C value IS 0.65

 M value IS 0.08

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#55DEF2 (or 0x55DEF2) is known color: Turquoise Blue. HEX triplet: 55, DE and F2. RGB value is (85,222,242). Sum of RGB (Red+Green+Blue) = 85+222+242=549 (72% of max value = 765). Red value is 85 (33.59% from 255 or 15.48% from 549); Green value is 222 (87.11% from 255 or 40.44% from 549); Blue value is 242 (94.92% from 255 or 44.08% from 549); Max value from RGB is 242 - color contains mainly: blue. Hex color #55DEF2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #55DEF2 is #AA210D. Grayscale: #B7B7B7. Windows color (decimal): -11149582 or 15916629. OLE color: 15916629.

HSL color Cylindrical-coordinate representation of color #55DEF2: hue angle of 187.64º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #55DEF2 is Cyan = 0.65, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 85 222 242 -
CMYK 0.65 0.08 0 0.05
HSL 187.64º 0.86% 0.64% -
HSV(B) 187.64º 0.65% 0.95% -
XYZ 45.89 60.58 93.28 -
YUV 183.32 161.11 57.87 -
System Red Green Blue C M Y K H S L
Decimal 85 222 242 0.65 0.08 0 0.05 187.64 0.86 0.64
Hex 55 DE F2 41 8 0 5 BC 56 40
Octal 125 336 362 101 10 0 5 274 126 100
Binary 1010101 11011110 11110010 1000001 1000 0 101 10111100 1010110 1000000

Color Harmonies of #55DEF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55DEF2

Black with #55DEF2

Text Example


Text Example

White with #55DEF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55DEF2; }

 p { color: rgb(85,222,242); }

 H1.HeaderClassName
 {
   color: #55DEF2;
 }
 .AnyTagClassName
 {
   color: #55DEF2;
 }
</style>

background-color css

<style>
 a { background-color: #55DEF2; }

 a { background-color: rgb(85,222,242); }

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

border-color css

<style>
 span { border-color: #55DEF2; }

 span { border-color: rgb(85,222,242); }

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