Html Css Color HEX #1BE2E6 Bright Turquoise

📋 copy color: '#1BE2E6'

red 27 ◦ green 226 ◦ blue 230

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

Shades of Bright Turquoise #1BE2E6

Tints of Bright Turquoise #1BE2E6

RGB

 RED value IS 27 (10.94% from 255) = 5.59%

 GREEN value IS 226 (88.67% from 255) = 46.79%

 BLUE value IS 230 (90.23% from 255) = 47.62%

R = 5.59%
G = 46.79%
B = 47.62%

CMYK

 C value IS 0.88

 M value IS 0.02

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#1BE2E6 (or 0x1BE2E6) is known color: Bright Turquoise. HEX triplet: 1B, E2 and E6. RGB value is (27,226,230). Sum of RGB (Red+Green+Blue) = 27+226+230=483 (63% of max value = 765). Red value is 27 (10.94% from 255 or 5.59% from 483); Green value is 226 (88.67% from 255 or 46.79% from 483); Blue value is 230 (90.23% from 255 or 47.62% from 483); Max value from RGB is 230 - color contains mainly: blue. Hex color #1BE2E6 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1BE2E6 is #E41D19. Grayscale: #A6A6A6. Windows color (decimal): -14949658 or 15131163. OLE color: 15131163.

HSL color Cylindrical-coordinate representation of color #1BE2E6: hue angle of 181.18º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1BE2E6 is Cyan = 0.88, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 27 226 230 -
CMYK 0.88 0.02 0 0.10
HSL 181.18º 0.8% 0.5% -
HSV(B) 181.18º 0.88% 0.9% -
XYZ 41.93 60.34 84.3 -
YUV 166.96 163.57 28.17 -
System Red Green Blue C M Y K H S L
Decimal 27 226 230 0.88 0.02 0 0.10 181.18 0.8 0.5
Hex 1B E2 E6 58 2 0 A B5 50 32
Octal 33 342 346 130 2 0 12 265 120 62
Binary 11011 11100010 11100110 1011000 10 0 1010 10110101 1010000 110010

Color Harmonies of #1BE2E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BE2E6

Black with #1BE2E6

Text Example


Text Example

White with #1BE2E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1BE2E6; }

 p { color: rgb(27,226,230); }

 H1.HeaderClassName
 {
   color: #1BE2E6;
 }
 .AnyTagClassName
 {
   color: #1BE2E6;
 }
</style>

background-color css

<style>
 a { background-color: #1BE2E6; }

 a { background-color: rgb(27,226,230); }

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

border-color css

<style>
 span { border-color: #1BE2E6; }

 span { border-color: rgb(27,226,230); }

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