Html Css Color HEX #1BE7CC Bright Turquoise

📋 copy color: '#1BE7CC'

red 27 ◦ green 231 ◦ blue 204

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

Shades of Bright Turquoise #1BE7CC

Tints of Bright Turquoise #1BE7CC

RGB

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

 GREEN value IS 231 (90.63% from 255) = 50%

 BLUE value IS 204 (80.08% from 255) = 44.16%

R = 5.84%
G = 50%
B = 44.16%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.12

 K value IS 0.09

RGB Variations

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

Color information

#1BE7CC (or 0x1BE7CC) is known color: Bright Turquoise. HEX triplet: 1B, E7 and CC. RGB value is (27,231,204). Sum of RGB (Red+Green+Blue) = 27+231+204=462 (61% of max value = 765). Red value is 27 (10.94% from 255 or 5.84% from 462); Green value is 231 (90.62% from 255 or 50% from 462); Blue value is 204 (80.08% from 255 or 44.16% from 462); Max value from RGB is 231 - color contains mainly: green. Hex color #1BE7CC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1BE7CC is #E41833. Grayscale: #A6A6A6. Windows color (decimal): -14948404 or 13428507. OLE color: 13428507.

HSL color Cylindrical-coordinate representation of color #1BE7CC: hue angle of 172.06º degrees, saturation: 0.81, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1BE7CC is Cyan = 0.88, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.09.

Color convert

RGB 27 231 204 -
CMYK 0.88 0 0.12 0.09
HSL 172.06º 0.81% 0.51% -
HSV(B) 172.06º 0.88% 0.91% -
XYZ 39.93 61.74 66.94 -
YUV 166.93 148.91 28.2 -
System Red Green Blue C M Y K H S L
Decimal 27 231 204 0.88 0 0.12 0.09 172.06 0.81 0.51
Hex 1B E7 CC 58 0 C 9 AC 51 33
Octal 33 347 314 130 0 14 11 254 121 63
Binary 11011 11100111 11001100 1011000 0 1100 1001 10101100 1010001 110011

Color Harmonies of #1BE7CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BE7CC

Black with #1BE7CC

Text Example


Text Example

White with #1BE7CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,231,204); }

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

background-color css

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

 a { background-color: rgb(27,231,204); }

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

border-color css

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

 span { border-color: rgb(27,231,204); }

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