Html Css Color HEX #1BE1C9 Bright Turquoise

📋 copy color: '#1BE1C9'

red 27 ◦ green 225 ◦ blue 201

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

Shades of Bright Turquoise #1BE1C9

Tints of Bright Turquoise #1BE1C9

RGB

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

 GREEN value IS 225 (88.28% from 255) = 49.67%

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

R = 5.96%
G = 49.67%
B = 44.37%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.11

 K value IS 0.12

RGB Variations

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

Color information

#1BE1C9 (or 0x1BE1C9) is known color: Bright Turquoise. HEX triplet: 1B, E1 and C9. RGB value is (27,225,201). Sum of RGB (Red+Green+Blue) = 27+225+201=453 (60% of max value = 765). Red value is 27 (10.94% from 255 or 5.96% from 453); Green value is 225 (88.28% from 255 or 49.67% from 453); Blue value is 201 (78.91% from 255 or 44.37% from 453); Max value from RGB is 225 - color contains mainly: green. Hex color #1BE1C9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1BE1C9 is #E41E36. Grayscale: #A2A2A2. Windows color (decimal): -14949943 or 13230363. OLE color: 13230363.

HSL color Cylindrical-coordinate representation of color #1BE1C9: hue angle of 172.73º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1BE1C9 is Cyan = 0.88, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.12.

Color convert

RGB 27 225 201 -
CMYK 0.88 0 0.11 0.12
HSL 172.73º 0.79% 0.49% -
HSV(B) 172.73º 0.88% 0.88% -
XYZ 37.92 58.3 64.51 -
YUV 163.06 149.4 30.95 -
System Red Green Blue C M Y K H S L
Decimal 27 225 201 0.88 0 0.11 0.12 172.73 0.79 0.49
Hex 1B E1 C9 58 0 B C AD 4F 31
Octal 33 341 311 130 0 13 14 255 117 61
Binary 11011 11100001 11001001 1011000 0 1011 1100 10101101 1001111 110001

Color Harmonies of #1BE1C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BE1C9

Black with #1BE1C9

Text Example


Text Example

White with #1BE1C9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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