Html Css Color HEX #1BEACC Bright Turquoise

📋 copy color: '#1BEACC'

red 27 ◦ green 234 ◦ blue 204

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

Shades of Bright Turquoise #1BEACC

Tints of Bright Turquoise #1BEACC

RGB

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

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

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

R = 5.81%
G = 50.32%
B = 43.87%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.13

 K value IS 0.08

RGB Variations

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

Color information

#1BEACC (or 0x1BEACC) is known color: Bright Turquoise. HEX triplet: 1B, EA and CC. RGB value is (27,234,204). Sum of RGB (Red+Green+Blue) = 27+234+204=465 (61% of max value = 765). Red value is 27 (10.94% from 255 or 5.81% from 465); Green value is 234 (91.80% from 255 or 50.32% from 465); Blue value is 204 (80.08% from 255 or 43.87% from 465); Max value from RGB is 234 - color contains mainly: green. Hex color #1BEACC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1BEACC is #E41533. Grayscale: #A8A8A8. Windows color (decimal): -14947636 or 13429275. OLE color: 13429275.

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

Color convert

RGB 27 234 204 -
CMYK 0.88 0 0.13 0.08
HSL 171.3º 0.83% 0.51% -
HSV(B) 171.3º 0.88% 0.92% -
XYZ 40.77 63.44 67.22 -
YUV 168.69 147.92 26.94 -
System Red Green Blue C M Y K H S L
Decimal 27 234 204 0.88 0 0.13 0.08 171.3 0.83 0.51
Hex 1B EA CC 58 0 D 8 AB 53 33
Octal 33 352 314 130 0 15 10 253 123 63
Binary 11011 11101010 11001100 1011000 0 1101 1000 10101011 1010011 110011

Color Harmonies of #1BEACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BEACC

Black with #1BEACC

Text Example


Text Example

White with #1BEACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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