Html Css Color HEX #2BE7ED Turquoise

📋 copy color: '#2BE7ED'

red 43 ◦ green 231 ◦ blue 237

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

Shades of Turquoise #2BE7ED

Tints of Turquoise #2BE7ED

RGB

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

 GREEN value IS 231 (90.63% from 255) = 45.21%

 BLUE value IS 237 (92.97% from 255) = 46.38%

R = 8.41%
G = 45.21%
B = 46.38%

CMYK

 C value IS 0.82

 M value IS 0.03

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#2BE7ED (or 0x2BE7ED) is known color: Turquoise. HEX triplet: 2B, E7 and ED. RGB value is (43,231,237). Sum of RGB (Red+Green+Blue) = 43+231+237=511 (67% of max value = 765). Red value is 43 (17.19% from 255 or 8.41% from 511); Green value is 231 (90.62% from 255 or 45.21% from 511); Blue value is 237 (92.97% from 255 or 46.38% from 511); Max value from RGB is 237 - color contains mainly: blue. Hex color #2BE7ED is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2BE7ED is #D41812. Grayscale: #AFAFAF. Windows color (decimal): -13899795 or 15591211. OLE color: 15591211.

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

Color convert

RGB 43 231 237 -
CMYK 0.82 0.03 0 0.07
HSL 181.86º 0.84% 0.55% -
HSV(B) 181.86º 0.82% 0.93% -
XYZ 44.86 63.78 90.07 -
YUV 175.47 162.72 33.51 -
System Red Green Blue C M Y K H S L
Decimal 43 231 237 0.82 0.03 0 0.07 181.86 0.84 0.55
Hex 2B E7 ED 52 3 0 7 B6 54 37
Octal 53 347 355 122 3 0 7 266 124 67
Binary 101011 11100111 11101101 1010010 11 0 111 10110110 1010100 110111

Color Harmonies of #2BE7ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BE7ED

Black with #2BE7ED

Text Example


Text Example

White with #2BE7ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,231,237); }

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

background-color css

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

 a { background-color: rgb(43,231,237); }

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

border-color css

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

 span { border-color: rgb(43,231,237); }

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