Html Css Color HEX #2BEAE3 Turquoise

📋 copy color: '#2BEAE3'

red 43 ◦ green 234 ◦ blue 227

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

Shades of Turquoise #2BEAE3

Tints of Turquoise #2BEAE3

RGB

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

 GREEN value IS 234 (91.8% from 255) = 46.43%

 BLUE value IS 227 (89.06% from 255) = 45.04%

R = 8.53%
G = 46.43%
B = 45.04%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.03

 K value IS 0.08

RGB Variations

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

Color information

#2BEAE3 (or 0x2BEAE3) is known color: Turquoise. HEX triplet: 2B, EA and E3. RGB value is (43,234,227). Sum of RGB (Red+Green+Blue) = 43+234+227=504 (66% of max value = 765). Red value is 43 (17.19% from 255 or 8.53% from 504); Green value is 234 (91.80% from 255 or 46.43% from 504); Blue value is 227 (89.06% from 255 or 45.04% from 504); Max value from RGB is 234 - color contains mainly: green. Hex color #2BEAE3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2BEAE3 is #D4151C. Grayscale: #AFAFAF. Windows color (decimal): -13899037 or 14936619. OLE color: 14936619.

HSL color Cylindrical-coordinate representation of color #2BEAE3: hue angle of 177.8º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2BEAE3 is Cyan = 0.82, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.08.

Color convert

RGB 43 234 227 -
CMYK 0.82 0 0.03 0.08
HSL 177.8º 0.82% 0.54% -
HSV(B) 177.8º 0.82% 0.92% -
XYZ 44.28 64.91 82.87 -
YUV 176.09 156.72 33.07 -
System Red Green Blue C M Y K H S L
Decimal 43 234 227 0.82 0 0.03 0.08 177.8 0.82 0.54
Hex 2B EA E3 52 0 3 8 B2 52 36
Octal 53 352 343 122 0 3 10 262 122 66
Binary 101011 11101010 11100011 1010010 0 11 1000 10110010 1010010 110110

Color Harmonies of #2BEAE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BEAE3

Black with #2BEAE3

Text Example


Text Example

White with #2BEAE3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,234,227); }

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

background-color css

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

 a { background-color: rgb(43,234,227); }

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

border-color css

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

 span { border-color: rgb(43,234,227); }

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