Html Css Color HEX #2BEEF6 Bright Turquoise

📋 copy color: '#2BEEF6'

red 43 ◦ green 238 ◦ blue 246

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

Shades of Bright Turquoise #2BEEF6

Tints of Bright Turquoise #2BEEF6

RGB

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

 GREEN value IS 238 (93.36% from 255) = 45.16%

 BLUE value IS 246 (96.48% from 255) = 46.68%

R = 8.16%
G = 45.16%
B = 46.68%

CMYK

 C value IS 0.83

 M value IS 0.03

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#2BEEF6 (or 0x2BEEF6) is known color: Bright Turquoise. HEX triplet: 2B, EE and F6. RGB value is (43,238,246). Sum of RGB (Red+Green+Blue) = 43+238+246=527 (69% of max value = 765). Red value is 43 (17.19% from 255 or 8.16% from 527); Green value is 238 (93.36% from 255 or 45.16% from 527); Blue value is 246 (96.48% from 255 or 46.68% from 527); Max value from RGB is 246 - color contains mainly: blue. Hex color #2BEEF6 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2BEEF6 is #D41109. Grayscale: #B4B4B4. Windows color (decimal): -13897994 or 16182827. OLE color: 16182827.

HSL color Cylindrical-coordinate representation of color #2BEEF6: hue angle of 182.36º degrees, saturation: 0.92, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2BEEF6 is Cyan = 0.83, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 43 238 246 -
CMYK 0.83 0.03 0 0.04
HSL 182.36º 0.92% 0.57% -
HSV(B) 182.36º 0.83% 0.96% -
XYZ 48.21 68.32 97.83 -
YUV 180.61 164.9 29.85 -
System Red Green Blue C M Y K H S L
Decimal 43 238 246 0.83 0.03 0 0.04 182.36 0.92 0.57
Hex 2B EE F6 53 3 0 4 B6 5C 39
Octal 53 356 366 123 3 0 4 266 134 71
Binary 101011 11101110 11110110 1010011 11 0 100 10110110 1011100 111001

Color Harmonies of #2BEEF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BEEF6

Black with #2BEEF6

Text Example


Text Example

White with #2BEEF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,238,246); }

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

background-color css

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

 a { background-color: rgb(43,238,246); }

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

border-color css

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

 span { border-color: rgb(43,238,246); }

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