Html Css Color HEX #1BE8BE Bright Turquoise

📋 copy color: '#1BE8BE'

red 27 ◦ green 232 ◦ blue 190

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

Shades of Bright Turquoise #1BE8BE

Tints of Bright Turquoise #1BE8BE

RGB

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

 GREEN value IS 232 (91.02% from 255) = 51.67%

 BLUE value IS 190 (74.61% from 255) = 42.32%

R = 6.01%
G = 51.67%
B = 42.32%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.18

 K value IS 0.09

RGB Variations

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

Color information

#1BE8BE (or 0x1BE8BE) is known color: Bright Turquoise. HEX triplet: 1B, E8 and BE. RGB value is (27,232,190). Sum of RGB (Red+Green+Blue) = 27+232+190=449 (59% of max value = 765). Red value is 27 (10.94% from 255 or 6.01% from 449); Green value is 232 (91.02% from 255 or 51.67% from 449); Blue value is 190 (74.61% from 255 or 42.32% from 449); Max value from RGB is 232 - color contains mainly: green. Hex color #1BE8BE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1BE8BE is #E41741. Grayscale: #A5A5A5. Windows color (decimal): -14948162 or 12511259. OLE color: 12511259.

HSL color Cylindrical-coordinate representation of color #1BE8BE: hue angle of 167.71º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1BE8BE is Cyan = 0.88, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.09.

Color convert

RGB 27 232 190 -
CMYK 0.88 0 0.18 0.09
HSL 167.71º 0.82% 0.51% -
HSV(B) 167.71º 0.88% 0.91% -
XYZ 38.6 61.66 58.58 -
YUV 165.92 141.58 28.92 -
System Red Green Blue C M Y K H S L
Decimal 27 232 190 0.88 0 0.18 0.09 167.71 0.82 0.51
Hex 1B E8 BE 58 0 12 9 A8 52 33
Octal 33 350 276 130 0 22 11 250 122 63
Binary 11011 11101000 10111110 1011000 0 10010 1001 10101000 1010010 110011

Color Harmonies of #1BE8BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BE8BE

Black with #1BE8BE

Text Example


Text Example

White with #1BE8BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,232,190); }

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

background-color css

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

 a { background-color: rgb(27,232,190); }

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

border-color css

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

 span { border-color: rgb(27,232,190); }

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