Html Css Color HEX #2BE3EF Turquoise

📋 copy color: '#2BE3EF'

red 43 ◦ green 227 ◦ blue 239

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

Shades of Turquoise #2BE3EF

Tints of Turquoise #2BE3EF

RGB

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

 GREEN value IS 227 (89.06% from 255) = 44.6%

 BLUE value IS 239 (93.75% from 255) = 46.95%

R = 8.45%
G = 44.6%
B = 46.95%

CMYK

 C value IS 0.82

 M value IS 0.05

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#2BE3EF (or 0x2BE3EF) is known color: Turquoise. HEX triplet: 2B, E3 and EF. RGB value is (43,227,239). Sum of RGB (Red+Green+Blue) = 43+227+239=509 (67% of max value = 765). Red value is 43 (17.19% from 255 or 8.45% from 509); Green value is 227 (89.06% from 255 or 44.60% from 509); Blue value is 239 (93.75% from 255 or 46.95% from 509); Max value from RGB is 239 - color contains mainly: blue. Hex color #2BE3EF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2BE3EF is #D41C10. Grayscale: #ADADAD. Windows color (decimal): -13900817 or 15721259. OLE color: 15721259.

HSL color Cylindrical-coordinate representation of color #2BE3EF: hue angle of 183.67º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2BE3EF is Cyan = 0.82, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 43 227 239 -
CMYK 0.82 0.05 0 0.06
HSL 183.67º 0.86% 0.55% -
HSV(B) 183.67º 0.82% 0.94% -
XYZ 44.05 61.68 91.25 -
YUV 173.35 165.04 35.02 -
System Red Green Blue C M Y K H S L
Decimal 43 227 239 0.82 0.05 0 0.06 183.67 0.86 0.55
Hex 2B E3 EF 52 5 0 6 B8 56 37
Octal 53 343 357 122 5 0 6 270 126 67
Binary 101011 11100011 11101111 1010010 101 0 110 10111000 1010110 110111

Color Harmonies of #2BE3EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BE3EF

Black with #2BE3EF

Text Example


Text Example

White with #2BE3EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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