Html Css Color HEX #2BFDD2 Turquoise

📋 copy color: '#2BFDD2'

red 43 ◦ green 253 ◦ blue 210

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

Shades of Turquoise #2BFDD2

Tints of Turquoise #2BFDD2

RGB

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

 GREEN value IS 253 (99.22% from 255) = 50%

 BLUE value IS 210 (82.42% from 255) = 41.5%

R = 8.5%
G = 50%
B = 41.5%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.17

 K value IS 0.01

RGB Variations

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

Color information

#2BFDD2 (or 0x2BFDD2) is known color: Turquoise. HEX triplet: 2B, FD and D2. RGB value is (43,253,210). Sum of RGB (Red+Green+Blue) = 43+253+210=506 (67% of max value = 765). Red value is 43 (17.19% from 255 or 8.50% from 506); Green value is 253 (99.22% from 255 or 50% from 506); Blue value is 210 (82.42% from 255 or 41.50% from 506); Max value from RGB is 253 - color contains mainly: green. Hex color #2BFDD2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2BFDD2 is #D4022D. Grayscale: #B9B9B9. Windows color (decimal): -13894190 or 13827371. OLE color: 13827371.

HSL color Cylindrical-coordinate representation of color #2BFDD2: hue angle of 167.71º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2BFDD2 is Cyan = 0.83, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.01.

Color convert

RGB 43 253 210 -
CMYK 0.83 0 0.17 0.01
HSL 167.71º 0.98% 0.58% -
HSV(B) 167.71º 0.83% 0.99% -
XYZ 47.75 75.42 73.01 -
YUV 185.31 141.93 26.5 -
System Red Green Blue C M Y K H S L
Decimal 43 253 210 0.83 0 0.17 0.01 167.71 0.98 0.58
Hex 2B FD D2 53 0 11 1 A8 62 3A
Octal 53 375 322 123 0 21 1 250 142 72
Binary 101011 11111101 11010010 1010011 0 10001 1 10101000 1100010 111010

Color Harmonies of #2BFDD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BFDD2

Black with #2BFDD2

Text Example


Text Example

White with #2BFDD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,253,210); }

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

background-color css

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

 a { background-color: rgb(43,253,210); }

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

border-color css

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

 span { border-color: rgb(43,253,210); }

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