Html Css Color HEX #2ACBCD Medium Turquoise

📋 copy color: '#2ACBCD'

red 42 ◦ green 203 ◦ blue 205

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

Shades of Medium Turquoise #2ACBCD

Tints of Medium Turquoise #2ACBCD

RGB

 RED value IS 42 (16.8% from 255) = 9.33%

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

 BLUE value IS 205 (80.47% from 255) = 45.56%

R = 9.33%
G = 45.11%
B = 45.56%

CMYK

 C value IS 0.80

 M value IS 0.01

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#2ACBCD (or 0x2ACBCD) is known color: Medium Turquoise. HEX triplet: 2A, CB and CD. RGB value is (42,203,205). Sum of RGB (Red+Green+Blue) = 42+203+205=450 (59% of max value = 765). Red value is 42 (16.80% from 255 or 9.33% from 450); Green value is 203 (79.69% from 255 or 45.11% from 450); Blue value is 205 (80.47% from 255 or 45.56% from 450); Max value from RGB is 205 - color contains mainly: blue. Hex color #2ACBCD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ACBCD is #D53432. Grayscale: #9A9A9A. Windows color (decimal): -13972531 or 13486890. OLE color: 13486890.

HSL color Cylindrical-coordinate representation of color #2ACBCD: hue angle of 180.74º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2ACBCD is Cyan = 0.80, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 42 203 205 -
CMYK 0.80 0.01 0 0.20
HSL 180.74º 0.66% 0.48% -
HSV(B) 180.74º 0.8% 0.8% -
XYZ 33.33 47.61 65.19 -
YUV 155.09 156.16 47.34 -
System Red Green Blue C M Y K H S L
Decimal 42 203 205 0.80 0.01 0 0.20 180.74 0.66 0.48
Hex 2A CB CD 50 1 0 14 B5 42 30
Octal 52 313 315 120 1 0 24 265 102 60
Binary 101010 11001011 11001101 1010000 1 0 10100 10110101 1000010 110000

Color Harmonies of #2ACBCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ACBCD

Black with #2ACBCD

Text Example


Text Example

White with #2ACBCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2ACBCD; }

 p { color: rgb(42,203,205); }

 H1.HeaderClassName
 {
   color: #2ACBCD;
 }
 .AnyTagClassName
 {
   color: #2ACBCD;
 }
</style>

background-color css

<style>
 a { background-color: #2ACBCD; }

 a { background-color: rgb(42,203,205); }

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

border-color css

<style>
 span { border-color: #2ACBCD; }

 span { border-color: rgb(42,203,205); }

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