Html Css Color HEX #1BE9EE Bright Turquoise

📋 copy color: '#1BE9EE'

red 27 ◦ green 233 ◦ blue 238

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

Shades of Bright Turquoise #1BE9EE

Tints of Bright Turquoise #1BE9EE

RGB

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

 GREEN value IS 233 (91.41% from 255) = 46.79%

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

R = 5.42%
G = 46.79%
B = 47.79%

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

#1BE9EE (or 0x1BE9EE) is known color: Bright Turquoise. HEX triplet: 1B, E9 and EE. RGB value is (27,233,238). Sum of RGB (Red+Green+Blue) = 27+233+238=498 (65% of max value = 765). Red value is 27 (10.94% from 255 or 5.42% from 498); Green value is 233 (91.41% from 255 or 46.79% from 498); Blue value is 238 (93.36% from 255 or 47.79% from 498); Max value from RGB is 238 - color contains mainly: blue. Hex color #1BE9EE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1BE9EE is #E41611. Grayscale: #ABABAB. Windows color (decimal): -14947858 or 15657243. OLE color: 15657243.

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

Color convert

RGB 27 233 238 -
CMYK 0.89 0.02 0 0.07
HSL 181.42º 0.86% 0.52% -
HSV(B) 181.42º 0.89% 0.93% -
XYZ 45.02 64.68 91 -
YUV 171.98 165.25 24.59 -
System Red Green Blue C M Y K H S L
Decimal 27 233 238 0.89 0.02 0 0.07 181.42 0.86 0.52
Hex 1B E9 EE 59 2 0 7 B5 56 34
Octal 33 351 356 131 2 0 7 265 126 64
Binary 11011 11101001 11101110 1011001 10 0 111 10110101 1010110 110100

Color Harmonies of #1BE9EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BE9EE

Black with #1BE9EE

Text Example


Text Example

White with #1BE9EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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