Html Css Color HEX #2BEFF6 Bright Turquoise

📋 copy color: '#2BEFF6'

red 43 ◦ green 239 ◦ blue 246

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

Shades of Bright Turquoise #2BEFF6

Tints of Bright Turquoise #2BEFF6

RGB

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

 GREEN value IS 239 (93.75% from 255) = 45.27%

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

R = 8.14%
G = 45.27%
B = 46.59%

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

#2BEFF6 (or 0x2BEFF6) is known color: Bright Turquoise. HEX triplet: 2B, EF and F6. RGB value is (43,239,246). Sum of RGB (Red+Green+Blue) = 43+239+246=528 (69% of max value = 765). Red value is 43 (17.19% from 255 or 8.14% from 528); Green value is 239 (93.75% from 255 or 45.27% from 528); Blue value is 246 (96.48% from 255 or 46.59% from 528); Max value from RGB is 246 - color contains mainly: blue. Hex color #2BEFF6 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2BEFF6 is #D41009. Grayscale: #B4B4B4. Windows color (decimal): -13897738 or 16183083. OLE color: 16183083.

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

Color convert

RGB 43 239 246 -
CMYK 0.83 0.03 0 0.04
HSL 182.07º 0.92% 0.57% -
HSV(B) 182.07º 0.83% 0.96% -
XYZ 48.5 68.9 97.93 -
YUV 181.19 164.57 29.43 -
System Red Green Blue C M Y K H S L
Decimal 43 239 246 0.83 0.03 0 0.04 182.07 0.92 0.57
Hex 2B EF F6 53 3 0 4 B6 5C 39
Octal 53 357 366 123 3 0 4 266 134 71
Binary 101011 11101111 11110110 1010011 11 0 100 10110110 1011100 111001

Color Harmonies of #2BEFF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BEFF6

Black with #2BEFF6

Text Example


Text Example

White with #2BEFF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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