Html Css Color HEX #1BE0C9 Bright Turquoise

📋 copy color: '#1BE0C9'

red 27 ◦ green 224 ◦ blue 201

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

Shades of Bright Turquoise #1BE0C9

Tints of Bright Turquoise #1BE0C9

RGB

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

 GREEN value IS 224 (87.89% from 255) = 49.56%

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

R = 5.97%
G = 49.56%
B = 44.47%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.10

 K value IS 0.12

RGB Variations

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

Color information

#1BE0C9 (or 0x1BE0C9) is known color: Bright Turquoise. HEX triplet: 1B, E0 and C9. RGB value is (27,224,201). Sum of RGB (Red+Green+Blue) = 27+224+201=452 (59% of max value = 765). Red value is 27 (10.94% from 255 or 5.97% from 452); Green value is 224 (87.89% from 255 or 49.56% from 452); Blue value is 201 (78.91% from 255 or 44.47% from 452); Max value from RGB is 224 - color contains mainly: green. Hex color #1BE0C9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1BE0C9 is #E41F36. Grayscale: #A2A2A2. Windows color (decimal): -14950199 or 13230107. OLE color: 13230107.

HSL color Cylindrical-coordinate representation of color #1BE0C9: hue angle of 172.99º degrees, saturation: 0.78, 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 #1BE0C9 is Cyan = 0.88, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.12.

Color convert

RGB 27 224 201 -
CMYK 0.88 0 0.10 0.12
HSL 172.99º 0.78% 0.49% -
HSV(B) 172.99º 0.88% 0.88% -
XYZ 37.65 57.76 64.42 -
YUV 162.48 149.73 31.37 -
System Red Green Blue C M Y K H S L
Decimal 27 224 201 0.88 0 0.10 0.12 172.99 0.78 0.49
Hex 1B E0 C9 58 0 A C AD 4E 31
Octal 33 340 311 130 0 12 14 255 116 61
Binary 11011 11100000 11001001 1011000 0 1010 1100 10101101 1001110 110001

Color Harmonies of #1BE0C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BE0C9

Black with #1BE0C9

Text Example


Text Example

White with #1BE0C9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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