Html Css Color HEX #1BFACC Bright Turquoise

📋 copy color: '#1BFACC'

red 27 ◦ green 250 ◦ blue 204

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

Shades of Bright Turquoise #1BFACC

Tints of Bright Turquoise #1BFACC

RGB

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

 GREEN value IS 250 (98.05% from 255) = 51.98%

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

R = 5.61%
G = 51.98%
B = 42.41%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#1BFACC (or 0x1BFACC) is known color: Bright Turquoise. HEX triplet: 1B, FA and CC. RGB value is (27,250,204). Sum of RGB (Red+Green+Blue) = 27+250+204=481 (63% of max value = 765). Red value is 27 (10.94% from 255 or 5.61% from 481); Green value is 250 (98.05% from 255 or 51.98% from 481); Blue value is 204 (80.08% from 255 or 42.41% from 481); Max value from RGB is 250 - color contains mainly: green. Hex color #1BFACC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1BFACC is #E40533. Grayscale: #B2B2B2. Windows color (decimal): -14943540 or 13433371. OLE color: 13433371.

HSL color Cylindrical-coordinate representation of color #1BFACC: hue angle of 167.62º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1BFACC is Cyan = 0.89, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB 27 250 204 -
CMYK 0.89 0 0.18 0.02
HSL 167.62º 0.96% 0.54% -
HSV(B) 167.62º 0.89% 0.98% -
XYZ 45.54 72.96 68.81 -
YUV 178.08 142.62 20.24 -
System Red Green Blue C M Y K H S L
Decimal 27 250 204 0.89 0 0.18 0.02 167.62 0.96 0.54
Hex 1B FA CC 59 0 12 2 A8 60 36
Octal 33 372 314 131 0 22 2 250 140 66
Binary 11011 11111010 11001100 1011001 0 10010 10 10101000 1100000 110110

Color Harmonies of #1BFACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BFACC

Black with #1BFACC

Text Example


Text Example

White with #1BFACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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