Html Css Color HEX #1BEABB Bright Turquoise

📋 copy color: '#1BEABB'

red 27 ◦ green 234 ◦ blue 187

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

Shades of Bright Turquoise #1BEABB

Tints of Bright Turquoise #1BEABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 41.74%

R = 6.03%
G = 52.23%
B = 41.74%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.20

 K value IS 0.08

RGB Variations

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

Color information

#1BEABB (or 0x1BEABB) is known color: Bright Turquoise. HEX triplet: 1B, EA and BB. RGB value is (27,234,187). Sum of RGB (Red+Green+Blue) = 27+234+187=448 (59% of max value = 765). Red value is 27 (10.94% from 255 or 6.03% from 448); Green value is 234 (91.80% from 255 or 52.23% from 448); Blue value is 187 (73.44% from 255 or 41.74% from 448); Max value from RGB is 234 - color contains mainly: green. Hex color #1BEABB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1BEABB is #E41544. Grayscale: #A6A6A6. Windows color (decimal): -14947653 or 12315163. OLE color: 12315163.

HSL color Cylindrical-coordinate representation of color #1BEABB: hue angle of 166.38º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1BEABB is Cyan = 0.88, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.08.

Color convert

RGB 27 234 187 -
CMYK 0.88 0 0.20 0.08
HSL 166.38º 0.83% 0.51% -
HSV(B) 166.38º 0.88% 0.92% -
XYZ 38.84 62.67 57.06 -
YUV 166.75 139.42 28.32 -
System Red Green Blue C M Y K H S L
Decimal 27 234 187 0.88 0 0.20 0.08 166.38 0.83 0.51
Hex 1B EA BB 58 0 14 8 A6 53 33
Octal 33 352 273 130 0 24 10 246 123 63
Binary 11011 11101010 10111011 1011000 0 10100 1000 10100110 1010011 110011

Color Harmonies of #1BEABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BEABB

Black with #1BEABB

Text Example


Text Example

White with #1BEABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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