Html Css Color HEX #1BEAEE Bright Turquoise

📋 copy color: '#1BEAEE'

red 27 ◦ green 234 ◦ blue 238

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

Shades of Bright Turquoise #1BEAEE

Tints of Bright Turquoise #1BEAEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 47.7%

R = 5.41%
G = 46.89%
B = 47.7%

CMYK

 C value IS 0.89

 M value IS 0.02

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#1BEAEE (or 0x1BEAEE) is known color: Bright Turquoise. HEX triplet: 1B, EA and EE. RGB value is (27,234,238). Sum of RGB (Red+Green+Blue) = 27+234+238=499 (66% of max value = 765). Red value is 27 (10.94% from 255 or 5.41% from 499); Green value is 234 (91.80% from 255 or 46.89% from 499); Blue value is 238 (93.36% from 255 or 47.70% from 499); Max value from RGB is 238 - color contains mainly: blue. Hex color #1BEAEE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1BEAEE is #E41511. Grayscale: #ACACAC. Windows color (decimal): -14947602 or 15657499. OLE color: 15657499.

HSL color Cylindrical-coordinate representation of color #1BEAEE: hue angle of 181.14º degrees, saturation: 0.86, 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 #1BEAEE is Cyan = 0.89, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 27 234 238 -
CMYK 0.89 0.02 0 0.07
HSL 181.14º 0.86% 0.52% -
HSV(B) 181.14º 0.89% 0.93% -
XYZ 45.31 65.25 91.1 -
YUV 172.56 164.92 24.17 -
System Red Green Blue C M Y K H S L
Decimal 27 234 238 0.89 0.02 0 0.07 181.14 0.86 0.52
Hex 1B EA EE 59 2 0 7 B5 56 34
Octal 33 352 356 131 2 0 7 265 126 64
Binary 11011 11101010 11101110 1011001 10 0 111 10110101 1010110 110100

Color Harmonies of #1BEAEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BEAEE

Black with #1BEAEE

Text Example


Text Example

White with #1BEAEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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