Html Css Color HEX #1BE0C7 Bright Turquoise

📋 copy color: '#1BE0C7'

red 27 ◦ green 224 ◦ blue 199

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

Shades of Bright Turquoise #1BE0C7

Tints of Bright Turquoise #1BE0C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 44.22%

R = 6%
G = 49.78%
B = 44.22%

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

#1BE0C7 (or 0x1BE0C7) is known color: Bright Turquoise. HEX triplet: 1B, E0 and C7. RGB value is (27,224,199). Sum of RGB (Red+Green+Blue) = 27+224+199=450 (59% of max value = 765). Red value is 27 (10.94% from 255 or 6% from 450); Green value is 224 (87.89% from 255 or 49.78% from 450); Blue value is 199 (78.12% from 255 or 44.22% from 450); Max value from RGB is 224 - color contains mainly: green. Hex color #1BE0C7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1BE0C7 is #E41F38. Grayscale: #A2A2A2. Windows color (decimal): -14950201 or 13099035. OLE color: 13099035.

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

Color convert

RGB 27 224 199 -
CMYK 0.88 0 0.11 0.12
HSL 172.39º 0.78% 0.49% -
HSV(B) 172.39º 0.88% 0.88% -
XYZ 37.42 57.67 63.19 -
YUV 162.25 148.73 31.53 -
System Red Green Blue C M Y K H S L
Decimal 27 224 199 0.88 0 0.11 0.12 172.39 0.78 0.49
Hex 1B E0 C7 58 0 B C AC 4E 31
Octal 33 340 307 130 0 13 14 254 116 61
Binary 11011 11100000 11000111 1011000 0 1011 1100 10101100 1001110 110001

Color Harmonies of #1BE0C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BE0C7

Black with #1BE0C7

Text Example


Text Example

White with #1BE0C7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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