Html Css Color HEX #2BEBE6 Turquoise

📋 copy color: '#2BEBE6'

red 43 ◦ green 235 ◦ blue 230

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

Shades of Turquoise #2BEBE6

Tints of Turquoise #2BEBE6

RGB

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

 GREEN value IS 235 (92.19% from 255) = 46.26%

 BLUE value IS 230 (90.23% from 255) = 45.28%

R = 8.46%
G = 46.26%
B = 45.28%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.02

 K value IS 0.08

RGB Variations

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

Color information

#2BEBE6 (or 0x2BEBE6) is known color: Turquoise. HEX triplet: 2B, EB and E6. RGB value is (43,235,230). Sum of RGB (Red+Green+Blue) = 43+235+230=508 (67% of max value = 765). Red value is 43 (17.19% from 255 or 8.46% from 508); Green value is 235 (92.19% from 255 or 46.26% from 508); Blue value is 230 (90.23% from 255 or 45.28% from 508); Max value from RGB is 235 - color contains mainly: green. Hex color #2BEBE6 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2BEBE6 is #D41419. Grayscale: #B0B0B0. Windows color (decimal): -13898778 or 15133483. OLE color: 15133483.

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

Color convert

RGB 43 235 230 -
CMYK 0.82 0 0.02 0.08
HSL 178.44º 0.83% 0.55% -
HSV(B) 178.44º 0.82% 0.92% -
XYZ 44.99 65.64 85.16 -
YUV 177.02 157.89 32.41 -
System Red Green Blue C M Y K H S L
Decimal 43 235 230 0.82 0 0.02 0.08 178.44 0.83 0.55
Hex 2B EB E6 52 0 2 8 B2 53 37
Octal 53 353 346 122 0 2 10 262 123 67
Binary 101011 11101011 11100110 1010010 0 10 1000 10110010 1010011 110111

Color Harmonies of #2BEBE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BEBE6

Black with #2BEBE6

Text Example


Text Example

White with #2BEBE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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