Html Css Color HEX #55CBD2 Medium Turquoise

📋 copy color: '#55CBD2'

red 85 ◦ green 203 ◦ blue 210

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

Shades of Medium Turquoise #55CBD2

Tints of Medium Turquoise #55CBD2

RGB

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

 GREEN value IS 203 (79.69% from 255) = 40.76%

 BLUE value IS 210 (82.42% from 255) = 42.17%

R = 17.07%
G = 40.76%
B = 42.17%

CMYK

 C value IS 0.60

 M value IS 0.03

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#55CBD2 (or 0x55CBD2) is known color: Medium Turquoise. HEX triplet: 55, CB and D2. RGB value is (85,203,210). Sum of RGB (Red+Green+Blue) = 85+203+210=498 (65% of max value = 765). Red value is 85 (33.59% from 255 or 17.07% from 498); Green value is 203 (79.69% from 255 or 40.76% from 498); Blue value is 210 (82.42% from 255 or 42.17% from 498); Max value from RGB is 210 - color contains mainly: blue. Hex color #55CBD2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55CBD2 is #AA342D. Grayscale: #A8A8A8. Windows color (decimal): -11154478 or 13814613. OLE color: 13814613.

HSL color Cylindrical-coordinate representation of color #55CBD2: hue angle of 183.36º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #55CBD2 is Cyan = 0.60, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 85 203 210 -
CMYK 0.60 0.03 0 0.18
HSL 183.36º 0.58% 0.58% -
HSV(B) 183.36º 0.6% 0.82% -
XYZ 36.74 49.3 68.55 -
YUV 168.52 151.41 68.43 -
System Red Green Blue C M Y K H S L
Decimal 85 203 210 0.60 0.03 0 0.18 183.36 0.58 0.58
Hex 55 CB D2 3C 3 0 12 B7 3A 3A
Octal 125 313 322 74 3 0 22 267 72 72
Binary 1010101 11001011 11010010 111100 11 0 10010 10110111 111010 111010

Color Harmonies of #55CBD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55CBD2

Black with #55CBD2

Text Example


Text Example

White with #55CBD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,203,210); }

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

background-color css

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

 a { background-color: rgb(85,203,210); }

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

border-color css

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

 span { border-color: rgb(85,203,210); }

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