Html Css Color HEX #55CBCF Medium Turquoise

📋 copy color: '#55CBCF'

red 85 ◦ green 203 ◦ blue 207

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

Shades of Medium Turquoise #55CBCF

Tints of Medium Turquoise #55CBCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 41.82%

R = 17.17%
G = 41.01%
B = 41.82%

CMYK

 C value IS 0.59

 M value IS 0.02

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#55CBCF (or 0x55CBCF) is known color: Medium Turquoise. HEX triplet: 55, CB and CF. RGB value is (85,203,207). Sum of RGB (Red+Green+Blue) = 85+203+207=495 (65% of max value = 765). Red value is 85 (33.59% from 255 or 17.17% from 495); Green value is 203 (79.69% from 255 or 41.01% from 495); Blue value is 207 (81.25% from 255 or 41.82% from 495); Max value from RGB is 207 - color contains mainly: blue. Hex color #55CBCF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55CBCF is #AA3430. Grayscale: #A8A8A8. Windows color (decimal): -11154481 or 13618005. OLE color: 13618005.

HSL color Cylindrical-coordinate representation of color #55CBCF: hue angle of 181.97º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #55CBCF is Cyan = 0.59, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 85 203 207 -
CMYK 0.59 0.02 0 0.19
HSL 181.97º 0.56% 0.57% -
HSV(B) 181.97º 0.59% 0.81% -
XYZ 36.36 49.15 66.6 -
YUV 168.17 149.91 68.67 -
System Red Green Blue C M Y K H S L
Decimal 85 203 207 0.59 0.02 0 0.19 181.97 0.56 0.57
Hex 55 CB CF 3B 2 0 13 B6 38 39
Octal 125 313 317 73 2 0 23 266 70 71
Binary 1010101 11001011 11001111 111011 10 0 10011 10110110 111000 111001

Color Harmonies of #55CBCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55CBCF

Black with #55CBCF

Text Example


Text Example

White with #55CBCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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