Html Css Color HEX #1BEAE2 Bright Turquoise

📋 copy color: '#1BEAE2'

red 27 ◦ green 234 ◦ blue 226

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

Shades of Bright Turquoise #1BEAE2

Tints of Bright Turquoise #1BEAE2

RGB

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

 GREEN value IS 234 (91.8% from 255) = 48.05%

 BLUE value IS 226 (88.67% from 255) = 46.41%

R = 5.54%
G = 48.05%
B = 46.41%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.03

 K value IS 0.08

RGB Variations

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

Color information

#1BEAE2 (or 0x1BEAE2) is known color: Bright Turquoise. HEX triplet: 1B, EA and E2. RGB value is (27,234,226). Sum of RGB (Red+Green+Blue) = 27+234+226=487 (64% of max value = 765). Red value is 27 (10.94% from 255 or 5.54% from 487); Green value is 234 (91.80% from 255 or 48.05% from 487); Blue value is 226 (88.67% from 255 or 46.41% from 487); Max value from RGB is 234 - color contains mainly: green. Hex color #1BEAE2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1BEAE2 is #E4151D. Grayscale: #ABABAB. Windows color (decimal): -14947614 or 14871067. OLE color: 14871067.

HSL color Cylindrical-coordinate representation of color #1BEAE2: hue angle of 177.68º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1BEAE2 is Cyan = 0.88, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.08.

Color convert

RGB 27 234 226 -
CMYK 0.88 0 0.03 0.08
HSL 177.68º 0.83% 0.51% -
HSV(B) 177.68º 0.88% 0.92% -
XYZ 43.6 64.57 82.12 -
YUV 171.2 158.92 25.15 -
System Red Green Blue C M Y K H S L
Decimal 27 234 226 0.88 0 0.03 0.08 177.68 0.83 0.51
Hex 1B EA E2 58 0 3 8 B2 53 33
Octal 33 352 342 130 0 3 10 262 123 63
Binary 11011 11101010 11100010 1011000 0 11 1000 10110010 1010011 110011

Color Harmonies of #1BEAE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BEAE2

Black with #1BEAE2

Text Example


Text Example

White with #1BEAE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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