Html Css Color HEX #1BEACE Bright Turquoise

📋 copy color: '#1BEACE'

red 27 ◦ green 234 ◦ blue 206

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

Shades of Bright Turquoise #1BEACE

Tints of Bright Turquoise #1BEACE

RGB

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

 GREEN value IS 234 (91.8% from 255) = 50.11%

 BLUE value IS 206 (80.86% from 255) = 44.11%

R = 5.78%
G = 50.11%
B = 44.11%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.12

 K value IS 0.08

RGB Variations

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

Color information

#1BEACE (or 0x1BEACE) is known color: Bright Turquoise. HEX triplet: 1B, EA and CE. RGB value is (27,234,206). Sum of RGB (Red+Green+Blue) = 27+234+206=467 (61% of max value = 765). Red value is 27 (10.94% from 255 or 5.78% from 467); Green value is 234 (91.80% from 255 or 50.11% from 467); Blue value is 206 (80.86% from 255 or 44.11% from 467); Max value from RGB is 234 - color contains mainly: green. Hex color #1BEACE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1BEACE is #E41531. Grayscale: #A8A8A8. Windows color (decimal): -14947634 or 13560347. OLE color: 13560347.

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

Color convert

RGB 27 234 206 -
CMYK 0.88 0 0.12 0.08
HSL 171.88º 0.83% 0.51% -
HSV(B) 171.88º 0.88% 0.92% -
XYZ 41.02 63.53 68.49 -
YUV 168.92 148.92 26.78 -
System Red Green Blue C M Y K H S L
Decimal 27 234 206 0.88 0 0.12 0.08 171.88 0.83 0.51
Hex 1B EA CE 58 0 C 8 AC 53 33
Octal 33 352 316 130 0 14 10 254 123 63
Binary 11011 11101010 11001110 1011000 0 1100 1000 10101100 1010011 110011

Color Harmonies of #1BEACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BEACE

Black with #1BEACE

Text Example


Text Example

White with #1BEACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,234,206); }

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

background-color css

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

 a { background-color: rgb(27,234,206); }

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

border-color css

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

 span { border-color: rgb(27,234,206); }

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