Html Css Color HEX #1BE6BD Bright Turquoise

📋 copy color: '#1BE6BD'

red 27 ◦ green 230 ◦ blue 189

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

Shades of Bright Turquoise #1BE6BD

Tints of Bright Turquoise #1BE6BD

RGB

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

 GREEN value IS 230 (90.23% from 255) = 51.57%

 BLUE value IS 189 (74.22% from 255) = 42.38%

R = 6.05%
G = 51.57%
B = 42.38%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.18

 K value IS 0.10

RGB Variations

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

Color information

#1BE6BD (or 0x1BE6BD) is known color: Bright Turquoise. HEX triplet: 1B, E6 and BD. RGB value is (27,230,189). Sum of RGB (Red+Green+Blue) = 27+230+189=446 (59% of max value = 765). Red value is 27 (10.94% from 255 or 6.05% from 446); Green value is 230 (90.23% from 255 or 51.57% from 446); Blue value is 189 (74.22% from 255 or 42.38% from 446); Max value from RGB is 230 - color contains mainly: green. Hex color #1BE6BD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1BE6BD is #E41942. Grayscale: #A4A4A4. Windows color (decimal): -14948675 or 12445211. OLE color: 12445211.

HSL color Cylindrical-coordinate representation of color #1BE6BD: hue angle of 167.88º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1BE6BD is Cyan = 0.88, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.10.

Color convert

RGB 27 230 189 -
CMYK 0.88 0 0.18 0.10
HSL 167.88º 0.8% 0.5% -
HSV(B) 167.88º 0.88% 0.9% -
XYZ 37.93 60.5 57.82 -
YUV 164.63 141.75 29.83 -
System Red Green Blue C M Y K H S L
Decimal 27 230 189 0.88 0 0.18 0.10 167.88 0.8 0.5
Hex 1B E6 BD 58 0 12 A A8 50 32
Octal 33 346 275 130 0 22 12 250 120 62
Binary 11011 11100110 10111101 1011000 0 10010 1010 10101000 1010000 110010

Color Harmonies of #1BE6BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BE6BD

Black with #1BE6BD

Text Example


Text Example

White with #1BE6BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,230,189); }

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

background-color css

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

 a { background-color: rgb(27,230,189); }

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

border-color css

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

 span { border-color: rgb(27,230,189); }

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