Html Css Color HEX #2BEAE4 Turquoise

📋 copy color: '#2BEAE4'

red 43 ◦ green 234 ◦ blue 228

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

Shades of Turquoise #2BEAE4

Tints of Turquoise #2BEAE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 45.15%

R = 8.51%
G = 46.34%
B = 45.15%

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

#2BEAE4 (or 0x2BEAE4) is known color: Turquoise. HEX triplet: 2B, EA and E4. RGB value is (43,234,228). Sum of RGB (Red+Green+Blue) = 43+234+228=505 (66% of max value = 765). Red value is 43 (17.19% from 255 or 8.51% from 505); Green value is 234 (91.80% from 255 or 46.34% from 505); Blue value is 228 (89.45% from 255 or 45.15% from 505); Max value from RGB is 234 - color contains mainly: green. Hex color #2BEAE4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2BEAE4 is #D4151B. Grayscale: #B0B0B0. Windows color (decimal): -13899036 or 15002155. OLE color: 15002155.

HSL color Cylindrical-coordinate representation of color #2BEAE4: hue angle of 178.12º 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 #2BEAE4 is Cyan = 0.82, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.08.

Color convert

RGB 43 234 228 -
CMYK 0.82 0 0.03 0.08
HSL 178.12º 0.82% 0.54% -
HSV(B) 178.12º 0.82% 0.92% -
XYZ 44.42 64.96 83.6 -
YUV 176.21 157.22 32.99 -
System Red Green Blue C M Y K H S L
Decimal 43 234 228 0.82 0 0.03 0.08 178.12 0.82 0.54
Hex 2B EA E4 52 0 3 8 B2 52 36
Octal 53 352 344 122 0 3 10 262 122 66
Binary 101011 11101010 11100100 1010010 0 11 1000 10110010 1010010 110110

Color Harmonies of #2BEAE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BEAE4

Black with #2BEAE4

Text Example


Text Example

White with #2BEAE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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