Html Css Color HEX #2BE6DD Turquoise

📋 copy color: '#2BE6DD'

red 43 ◦ green 230 ◦ blue 221

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

Shades of Turquoise #2BE6DD

Tints of Turquoise #2BE6DD

RGB

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

 GREEN value IS 230 (90.23% from 255) = 46.56%

 BLUE value IS 221 (86.72% from 255) = 44.74%

R = 8.7%
G = 46.56%
B = 44.74%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.04

 K value IS 0.10

RGB Variations

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

Color information

#2BE6DD (or 0x2BE6DD) is known color: Turquoise. HEX triplet: 2B, E6 and DD. RGB value is (43,230,221). Sum of RGB (Red+Green+Blue) = 43+230+221=494 (65% of max value = 765). Red value is 43 (17.19% from 255 or 8.70% from 494); Green value is 230 (90.23% from 255 or 46.56% from 494); Blue value is 221 (86.72% from 255 or 44.74% from 494); Max value from RGB is 230 - color contains mainly: green. Hex color #2BE6DD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2BE6DD is #D41922. Grayscale: #ACACAC. Windows color (decimal): -13900067 or 14542379. OLE color: 14542379.

HSL color Cylindrical-coordinate representation of color #2BE6DD: hue angle of 177.11º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2BE6DD is Cyan = 0.81, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.10.

Color convert

RGB 43 230 221 -
CMYK 0.81 0 0.04 0.10
HSL 177.11º 0.79% 0.54% -
HSV(B) 177.11º 0.81% 0.9% -
XYZ 42.34 62.33 78.21 -
YUV 173.06 155.05 35.23 -
System Red Green Blue C M Y K H S L
Decimal 43 230 221 0.81 0 0.04 0.10 177.11 0.79 0.54
Hex 2B E6 DD 51 0 4 A B1 4F 36
Octal 53 346 335 121 0 4 12 261 117 66
Binary 101011 11100110 11011101 1010001 0 100 1010 10110001 1001111 110110

Color Harmonies of #2BE6DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BE6DD

Black with #2BE6DD

Text Example


Text Example

White with #2BE6DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,230,221); }

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

background-color css

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

 a { background-color: rgb(43,230,221); }

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

border-color css

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

 span { border-color: rgb(43,230,221); }

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