Html Css Color HEX #2BCED0 Turquoise

📋 copy color: '#2BCED0'

red 43 ◦ green 206 ◦ blue 208

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

Shades of Turquoise #2BCED0

Tints of Turquoise #2BCED0

RGB

 RED value IS 43 (17.19% from 255) = 9.41%

 GREEN value IS 206 (80.86% from 255) = 45.08%

 BLUE value IS 208 (81.64% from 255) = 45.51%

R = 9.41%
G = 45.08%
B = 45.51%

CMYK

 C value IS 0.79

 M value IS 0.01

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#2BCED0 (or 0x2BCED0) is known color: Turquoise. HEX triplet: 2B, CE and D0. RGB value is (43,206,208). Sum of RGB (Red+Green+Blue) = 43+206+208=457 (60% of max value = 765). Red value is 43 (17.19% from 255 or 9.41% from 457); Green value is 206 (80.86% from 255 or 45.08% from 457); Blue value is 208 (81.64% from 255 or 45.51% from 457); Max value from RGB is 208 - color contains mainly: blue. Hex color #2BCED0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BCED0 is #D4312F. Grayscale: #9D9D9D. Windows color (decimal): -13906224 or 13684267. OLE color: 13684267.

HSL color Cylindrical-coordinate representation of color #2BCED0: hue angle of 180.73º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2BCED0 is Cyan = 0.79, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 43 206 208 -
CMYK 0.79 0.01 0 0.18
HSL 180.73º 0.66% 0.49% -
HSV(B) 180.73º 0.79% 0.82% -
XYZ 34.45 49.21 67.36 -
YUV 157.49 156.5 46.34 -
System Red Green Blue C M Y K H S L
Decimal 43 206 208 0.79 0.01 0 0.18 180.73 0.66 0.49
Hex 2B CE D0 4F 1 0 12 B5 42 31
Octal 53 316 320 117 1 0 22 265 102 61
Binary 101011 11001110 11010000 1001111 1 0 10010 10110101 1000010 110001

Color Harmonies of #2BCED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BCED0

Black with #2BCED0

Text Example


Text Example

White with #2BCED0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,206,208); }

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

background-color css

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

 a { background-color: rgb(43,206,208); }

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

border-color css

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

 span { border-color: rgb(43,206,208); }

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