Html Css Color HEX #1BE2EE Bright Turquoise

📋 copy color: '#1BE2EE'

red 27 ◦ green 226 ◦ blue 238

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

Shades of Bright Turquoise #1BE2EE

Tints of Bright Turquoise #1BE2EE

RGB

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

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

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

R = 5.5%
G = 46.03%
B = 48.47%

CMYK

 C value IS 0.89

 M value IS 0.05

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#1BE2EE (or 0x1BE2EE) is known color: Bright Turquoise. HEX triplet: 1B, E2 and EE. RGB value is (27,226,238). Sum of RGB (Red+Green+Blue) = 27+226+238=491 (65% of max value = 765). Red value is 27 (10.94% from 255 or 5.50% from 491); Green value is 226 (88.67% from 255 or 46.03% from 491); Blue value is 238 (93.36% from 255 or 48.47% from 491); Max value from RGB is 238 - color contains mainly: blue. Hex color #1BE2EE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1BE2EE is #E41D11. Grayscale: #A7A7A7. Windows color (decimal): -14949650 or 15655451. OLE color: 15655451.

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

Color convert

RGB 27 226 238 -
CMYK 0.89 0.05 0 0.07
HSL 183.41º 0.86% 0.52% -
HSV(B) 183.41º 0.89% 0.93% -
XYZ 43.08 60.8 90.35 -
YUV 167.87 167.57 27.52 -
System Red Green Blue C M Y K H S L
Decimal 27 226 238 0.89 0.05 0 0.07 183.41 0.86 0.52
Hex 1B E2 EE 59 5 0 7 B7 56 34
Octal 33 342 356 131 5 0 7 267 126 64
Binary 11011 11100010 11101110 1011001 101 0 111 10110111 1010110 110100

Color Harmonies of #1BE2EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BE2EE

Black with #1BE2EE

Text Example


Text Example

White with #1BE2EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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