Html Css Color HEX #2BCFD9 Turquoise

📋 copy color: '#2BCFD9'

red 43 ◦ green 207 ◦ blue 217

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

Shades of Turquoise #2BCFD9

Tints of Turquoise #2BCFD9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 46.47%

R = 9.21%
G = 44.33%
B = 46.47%

CMYK

 C value IS 0.80

 M value IS 0.05

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#2BCFD9 (or 0x2BCFD9) is known color: Turquoise. HEX triplet: 2B, CF and D9. RGB value is (43,207,217). Sum of RGB (Red+Green+Blue) = 43+207+217=467 (61% of max value = 765). Red value is 43 (17.19% from 255 or 9.21% from 467); Green value is 207 (81.25% from 255 or 44.33% from 467); Blue value is 217 (85.16% from 255 or 46.47% from 467); Max value from RGB is 217 - color contains mainly: blue. Hex color #2BCFD9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BCFD9 is #D43026. Grayscale: #9E9E9E. Windows color (decimal): -13905959 or 14274347. OLE color: 14274347.

HSL color Cylindrical-coordinate representation of color #2BCFD9: hue angle of 183.45º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2BCFD9 is Cyan = 0.80, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 43 207 217 -
CMYK 0.80 0.05 0 0.15
HSL 183.45º 0.7% 0.51% -
HSV(B) 183.45º 0.8% 0.85% -
XYZ 35.83 50.15 73.44 -
YUV 159.1 160.67 45.19 -
System Red Green Blue C M Y K H S L
Decimal 43 207 217 0.80 0.05 0 0.15 183.45 0.7 0.51
Hex 2B CF D9 50 5 0 F B7 46 33
Octal 53 317 331 120 5 0 17 267 106 63
Binary 101011 11001111 11011001 1010000 101 0 1111 10110111 1000110 110011

Color Harmonies of #2BCFD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BCFD9

Black with #2BCFD9

Text Example


Text Example

White with #2BCFD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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