Html Css Color HEX #2BF0CB Turquoise

📋 copy color: '#2BF0CB'

red 43 ◦ green 240 ◦ blue 203

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

Shades of Turquoise #2BF0CB

Tints of Turquoise #2BF0CB

RGB

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

 GREEN value IS 240 (94.14% from 255) = 49.38%

 BLUE value IS 203 (79.69% from 255) = 41.77%

R = 8.85%
G = 49.38%
B = 41.77%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#2BF0CB (or 0x2BF0CB) is known color: Turquoise. HEX triplet: 2B, F0 and CB. RGB value is (43,240,203). Sum of RGB (Red+Green+Blue) = 43+240+203=486 (64% of max value = 765). Red value is 43 (17.19% from 255 or 8.85% from 486); Green value is 240 (94.14% from 255 or 49.38% from 486); Blue value is 203 (79.69% from 255 or 41.77% from 486); Max value from RGB is 240 - color contains mainly: green. Hex color #2BF0CB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2BF0CB is #D40F34. Grayscale: #B0B0B0. Windows color (decimal): -13897525 or 13365291. OLE color: 13365291.

HSL color Cylindrical-coordinate representation of color #2BF0CB: hue angle of 168.73º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2BF0CB is Cyan = 0.82, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB 43 240 203 -
CMYK 0.82 0 0.15 0.06
HSL 168.73º 0.87% 0.55% -
HSV(B) 168.73º 0.82% 0.94% -
XYZ 42.94 67.15 67.2 -
YUV 176.88 142.73 32.51 -
System Red Green Blue C M Y K H S L
Decimal 43 240 203 0.82 0 0.15 0.06 168.73 0.87 0.55
Hex 2B F0 CB 52 0 F 6 A9 57 37
Octal 53 360 313 122 0 17 6 251 127 67
Binary 101011 11110000 11001011 1010010 0 1111 110 10101001 1010111 110111

Color Harmonies of #2BF0CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BF0CB

Black with #2BF0CB

Text Example


Text Example

White with #2BF0CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,240,203); }

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

background-color css

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

 a { background-color: rgb(43,240,203); }

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

border-color css

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

 span { border-color: rgb(43,240,203); }

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