Html Css Color HEX #1BEAED Bright Turquoise

📋 copy color: '#1BEAED'

red 27 ◦ green 234 ◦ blue 237

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

Shades of Bright Turquoise #1BEAED

Tints of Bright Turquoise #1BEAED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 47.59%

R = 5.42%
G = 46.99%
B = 47.59%

CMYK

 C value IS 0.89

 M value IS 0.01

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#1BEAED (or 0x1BEAED) is known color: Bright Turquoise. HEX triplet: 1B, EA and ED. RGB value is (27,234,237). Sum of RGB (Red+Green+Blue) = 27+234+237=498 (65% of max value = 765). Red value is 27 (10.94% from 255 or 5.42% from 498); Green value is 234 (91.80% from 255 or 46.99% from 498); Blue value is 237 (92.97% from 255 or 47.59% from 498); Max value from RGB is 237 - color contains mainly: blue. Hex color #1BEAED is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1BEAED is #E41512. Grayscale: #ACACAC. Windows color (decimal): -14947603 or 15591963. OLE color: 15591963.

HSL color Cylindrical-coordinate representation of color #1BEAED: hue angle of 180.86º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1BEAED is Cyan = 0.89, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 27 234 237 -
CMYK 0.89 0.01 0 0.07
HSL 180.86º 0.85% 0.52% -
HSV(B) 180.86º 0.89% 0.93% -
XYZ 45.16 65.19 90.32 -
YUV 172.45 164.42 24.26 -
System Red Green Blue C M Y K H S L
Decimal 27 234 237 0.89 0.01 0 0.07 180.86 0.85 0.52
Hex 1B EA ED 59 1 0 7 B5 55 34
Octal 33 352 355 131 1 0 7 265 125 64
Binary 11011 11101010 11101101 1011001 1 0 111 10110101 1010101 110100

Color Harmonies of #1BEAED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BEAED

Black with #1BEAED

Text Example


Text Example

White with #1BEAED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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