Html Css Color HEX #55DFEE Turquoise Blue

📋 copy color: '#55DFEE'

red 85 ◦ green 223 ◦ blue 238

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

Shades of Turquoise Blue #55DFEE

Tints of Turquoise Blue #55DFEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 43.59%

R = 15.57%
G = 40.84%
B = 43.59%

CMYK

 C value IS 0.64

 M value IS 0.06

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#55DFEE (or 0x55DFEE) is known color: Turquoise Blue. HEX triplet: 55, DF and EE. RGB value is (85,223,238). Sum of RGB (Red+Green+Blue) = 85+223+238=546 (72% of max value = 765). Red value is 85 (33.59% from 255 or 15.57% from 546); Green value is 223 (87.5% from 255 or 40.84% from 546); Blue value is 238 (93.36% from 255 or 43.59% from 546); Max value from RGB is 238 - color contains mainly: blue. Hex color #55DFEE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #55DFEE is #AA2011. Grayscale: #B7B7B7. Windows color (decimal): -11149330 or 15654741. OLE color: 15654741.

HSL color Cylindrical-coordinate representation of color #55DFEE: hue angle of 185.88º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #55DFEE is Cyan = 0.64, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 85 223 238 -
CMYK 0.64 0.06 0 0.07
HSL 185.88º 0.82% 0.63% -
HSV(B) 185.88º 0.64% 0.93% -
XYZ 45.57 60.88 90.24 -
YUV 183.45 158.78 57.78 -
System Red Green Blue C M Y K H S L
Decimal 85 223 238 0.64 0.06 0 0.07 185.88 0.82 0.63
Hex 55 DF EE 40 6 0 7 BA 52 3F
Octal 125 337 356 100 6 0 7 272 122 77
Binary 1010101 11011111 11101110 1000000 110 0 111 10111010 1010010 111111

Color Harmonies of #55DFEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55DFEE

Black with #55DFEE

Text Example


Text Example

White with #55DFEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,223,238); }

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

background-color css

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

 a { background-color: rgb(85,223,238); }

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

border-color css

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

 span { border-color: rgb(85,223,238); }

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