Html Css Color HEX #2BCCCF Medium Turquoise

📋 copy color: '#2BCCCF'

red 43 ◦ green 204 ◦ blue 207

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

Shades of Medium Turquoise #2BCCCF

Tints of Medium Turquoise #2BCCCF

RGB

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

 GREEN value IS 204 (80.08% from 255) = 44.93%

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

R = 9.47%
G = 44.93%
B = 45.59%

CMYK

 C value IS 0.79

 M value IS 0.01

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#2BCCCF (or 0x2BCCCF) is known color: Medium Turquoise. HEX triplet: 2B, CC and CF. RGB value is (43,204,207). Sum of RGB (Red+Green+Blue) = 43+204+207=454 (60% of max value = 765). Red value is 43 (17.19% from 255 or 9.47% from 454); Green value is 204 (80.08% from 255 or 44.93% from 454); Blue value is 207 (81.25% from 255 or 45.59% from 454); Max value from RGB is 207 - color contains mainly: blue. Hex color #2BCCCF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BCCCF is #D43330. Grayscale: #9C9C9C. Windows color (decimal): -13906737 or 13618219. OLE color: 13618219.

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

Color convert

RGB 43 204 207 -
CMYK 0.79 0.01 0 0.19
HSL 181.1º 0.66% 0.49% -
HSV(B) 181.1º 0.79% 0.81% -
XYZ 33.85 48.2 66.55 -
YUV 156.2 156.66 47.26 -
System Red Green Blue C M Y K H S L
Decimal 43 204 207 0.79 0.01 0 0.19 181.1 0.66 0.49
Hex 2B CC CF 4F 1 0 13 B5 42 31
Octal 53 314 317 117 1 0 23 265 102 61
Binary 101011 11001100 11001111 1001111 1 0 10011 10110101 1000010 110001

Color Harmonies of #2BCCCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BCCCF

Black with #2BCCCF

Text Example


Text Example

White with #2BCCCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,204,207); }

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

background-color css

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

 a { background-color: rgb(43,204,207); }

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

border-color css

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

 span { border-color: rgb(43,204,207); }

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