Html Css Color HEX #2BECE4 Turquoise

📋 copy color: '#2BECE4'

red 43 ◦ green 236 ◦ blue 228

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

Shades of Turquoise #2BECE4

Tints of Turquoise #2BECE4

RGB

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

 GREEN value IS 236 (92.58% from 255) = 46.55%

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

R = 8.48%
G = 46.55%
B = 44.97%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.03

 K value IS 0.07

RGB Variations

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

Color information

#2BECE4 (or 0x2BECE4) is known color: Turquoise. HEX triplet: 2B, EC and E4. RGB value is (43,236,228). Sum of RGB (Red+Green+Blue) = 43+236+228=507 (67% of max value = 765). Red value is 43 (17.19% from 255 or 8.48% from 507); Green value is 236 (92.58% from 255 or 46.55% from 507); Blue value is 228 (89.45% from 255 or 44.97% from 507); Max value from RGB is 236 - color contains mainly: green. Hex color #2BECE4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2BECE4 is #D4131B. Grayscale: #B1B1B1. Windows color (decimal): -13898524 or 15002667. OLE color: 15002667.

HSL color Cylindrical-coordinate representation of color #2BECE4: hue angle of 177.51º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2BECE4 is Cyan = 0.82, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.

Color convert

RGB 43 236 228 -
CMYK 0.82 0 0.03 0.07
HSL 177.51º 0.84% 0.55% -
HSV(B) 177.51º 0.82% 0.93% -
XYZ 45 66.11 83.79 -
YUV 177.38 156.56 32.15 -
System Red Green Blue C M Y K H S L
Decimal 43 236 228 0.82 0 0.03 0.07 177.51 0.84 0.55
Hex 2B EC E4 52 0 3 7 B2 54 37
Octal 53 354 344 122 0 3 7 262 124 67
Binary 101011 11101100 11100100 1010010 0 11 111 10110010 1010100 110111

Color Harmonies of #2BECE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BECE4

Black with #2BECE4

Text Example


Text Example

White with #2BECE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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