Html Css Color HEX #2BEEF8 Bright Turquoise

📋 copy color: '#2BEEF8'

red 43 ◦ green 238 ◦ blue 248

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

Shades of Bright Turquoise #2BEEF8

Tints of Bright Turquoise #2BEEF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 46.88%

R = 8.13%
G = 44.99%
B = 46.88%

CMYK

 C value IS 0.83

 M value IS 0.04

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#2BEEF8 (or 0x2BEEF8) is known color: Bright Turquoise. HEX triplet: 2B, EE and F8. RGB value is (43,238,248). Sum of RGB (Red+Green+Blue) = 43+238+248=529 (70% of max value = 765). Red value is 43 (17.19% from 255 or 8.13% from 529); Green value is 238 (93.36% from 255 or 44.99% from 529); Blue value is 248 (97.27% from 255 or 46.88% from 529); Max value from RGB is 248 - color contains mainly: blue. Hex color #2BEEF8 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2BEEF8 is #D41107. Grayscale: #B4B4B4. Windows color (decimal): -13897992 or 16313899. OLE color: 16313899.

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

Color convert

RGB 43 238 248 -
CMYK 0.83 0.04 0 0.03
HSL 182.93º 0.94% 0.57% -
HSV(B) 182.93º 0.83% 0.97% -
XYZ 48.51 68.44 99.46 -
YUV 180.84 165.9 29.69 -
System Red Green Blue C M Y K H S L
Decimal 43 238 248 0.83 0.04 0 0.03 182.93 0.94 0.57
Hex 2B EE F8 53 4 0 3 B7 5E 39
Octal 53 356 370 123 4 0 3 267 136 71
Binary 101011 11101110 11111000 1010011 100 0 11 10110111 1011110 111001

Color Harmonies of #2BEEF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BEEF8

Black with #2BEEF8

Text Example


Text Example

White with #2BEEF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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