Html Css Color HEX #2BCFC7 Turquoise

📋 copy color: '#2BCFC7'

red 43 ◦ green 207 ◦ blue 199

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

Shades of Turquoise #2BCFC7

Tints of Turquoise #2BCFC7

RGB

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

 GREEN value IS 207 (81.25% from 255) = 46.1%

 BLUE value IS 199 (78.13% from 255) = 44.32%

R = 9.58%
G = 46.1%
B = 44.32%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.04

 K value IS 0.19

RGB Variations

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

Color information

#2BCFC7 (or 0x2BCFC7) is known color: Turquoise. HEX triplet: 2B, CF and C7. RGB value is (43,207,199). Sum of RGB (Red+Green+Blue) = 43+207+199=449 (59% of max value = 765). Red value is 43 (17.19% from 255 or 9.58% from 449); Green value is 207 (81.25% from 255 or 46.10% from 449); Blue value is 199 (78.12% from 255 or 44.32% from 449); Max value from RGB is 207 - color contains mainly: green. Hex color #2BCFC7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BCFC7 is #D43038. Grayscale: #9C9C9C. Windows color (decimal): -13905977 or 13094699. OLE color: 13094699.

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

Color convert

RGB 43 207 199 -
CMYK 0.79 0 0.04 0.19
HSL 177.07º 0.66% 0.49% -
HSV(B) 177.07º 0.79% 0.81% -
XYZ 33.62 49.26 61.77 -
YUV 157.05 151.67 46.65 -
System Red Green Blue C M Y K H S L
Decimal 43 207 199 0.79 0 0.04 0.19 177.07 0.66 0.49
Hex 2B CF C7 4F 0 4 13 B1 42 31
Octal 53 317 307 117 0 4 23 261 102 61
Binary 101011 11001111 11000111 1001111 0 100 10011 10110001 1000010 110001

Color Harmonies of #2BCFC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BCFC7

Black with #2BCFC7

Text Example


Text Example

White with #2BCFC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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