Html Css Color HEX #2BC7CE Medium Turquoise

📋 copy color: '#2BC7CE'

red 43 ◦ green 199 ◦ blue 206

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

Shades of Medium Turquoise #2BC7CE

Tints of Medium Turquoise #2BC7CE

RGB

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

 GREEN value IS 199 (78.13% from 255) = 44.42%

 BLUE value IS 206 (80.86% from 255) = 45.98%

R = 9.6%
G = 44.42%
B = 45.98%

CMYK

 C value IS 0.79

 M value IS 0.03

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#2BC7CE (or 0x2BC7CE) is known color: Medium Turquoise. HEX triplet: 2B, C7 and CE. RGB value is (43,199,206). Sum of RGB (Red+Green+Blue) = 43+199+206=448 (59% of max value = 765). Red value is 43 (17.19% from 255 or 9.60% from 448); Green value is 199 (78.12% from 255 or 44.42% from 448); Blue value is 206 (80.86% from 255 or 45.98% from 448); Max value from RGB is 206 - color contains mainly: blue. Hex color #2BC7CE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BC7CE is #D43831. Grayscale: #989898. Windows color (decimal): -13908018 or 13551403. OLE color: 13551403.

HSL color Cylindrical-coordinate representation of color #2BC7CE: hue angle of 182.58º degrees, saturation: 0.65, 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 #2BC7CE is Cyan = 0.79, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 43 199 206 -
CMYK 0.79 0.03 0 0.19
HSL 182.58º 0.65% 0.49% -
HSV(B) 182.58º 0.79% 0.81% -
XYZ 32.56 45.82 65.52 -
YUV 153.15 157.82 49.43 -
System Red Green Blue C M Y K H S L
Decimal 43 199 206 0.79 0.03 0 0.19 182.58 0.65 0.49
Hex 2B C7 CE 4F 3 0 13 B7 41 31
Octal 53 307 316 117 3 0 23 267 101 61
Binary 101011 11000111 11001110 1001111 11 0 10011 10110111 1000001 110001

Color Harmonies of #2BC7CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BC7CE

Black with #2BC7CE

Text Example


Text Example

White with #2BC7CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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