Html Css Color HEX #1BEBC9 Bright Turquoise

📋 copy color: '#1BEBC9'

red 27 ◦ green 235 ◦ blue 201

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

Shades of Bright Turquoise #1BEBC9

Tints of Bright Turquoise #1BEBC9

RGB

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

 GREEN value IS 235 (92.19% from 255) = 50.76%

 BLUE value IS 201 (78.91% from 255) = 43.41%

R = 5.83%
G = 50.76%
B = 43.41%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.14

 K value IS 0.08

RGB Variations

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

Color information

#1BEBC9 (or 0x1BEBC9) is known color: Bright Turquoise. HEX triplet: 1B, EB and C9. RGB value is (27,235,201). Sum of RGB (Red+Green+Blue) = 27+235+201=463 (61% of max value = 765). Red value is 27 (10.94% from 255 or 5.83% from 463); Green value is 235 (92.19% from 255 or 50.76% from 463); Blue value is 201 (78.91% from 255 or 43.41% from 463); Max value from RGB is 235 - color contains mainly: green. Hex color #1BEBC9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1BEBC9 is #E41436. Grayscale: #A8A8A8. Windows color (decimal): -14947383 or 13232923. OLE color: 13232923.

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

Color convert

RGB 27 235 201 -
CMYK 0.89 0 0.14 0.08
HSL 170.19º 0.84% 0.51% -
HSV(B) 170.19º 0.89% 0.92% -
XYZ 40.7 63.87 65.44 -
YUV 168.93 146.09 26.76 -
System Red Green Blue C M Y K H S L
Decimal 27 235 201 0.89 0 0.14 0.08 170.19 0.84 0.51
Hex 1B EB C9 59 0 E 8 AA 54 33
Octal 33 353 311 131 0 16 10 252 124 63
Binary 11011 11101011 11001001 1011001 0 1110 1000 10101010 1010100 110011

Color Harmonies of #1BEBC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BEBC9

Black with #1BEBC9

Text Example


Text Example

White with #1BEBC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,235,201); }

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

background-color css

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

 a { background-color: rgb(27,235,201); }

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

border-color css

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

 span { border-color: rgb(27,235,201); }

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