Html Css Color HEX #1BF9C9 Bright Turquoise

📋 copy color: '#1BF9C9'

red 27 ◦ green 249 ◦ blue 201

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

Shades of Bright Turquoise #1BF9C9

Tints of Bright Turquoise #1BF9C9

RGB

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

 GREEN value IS 249 (97.66% from 255) = 52.2%

 BLUE value IS 201 (78.91% from 255) = 42.14%

R = 5.66%
G = 52.2%
B = 42.14%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.19

 K value IS 0.02

RGB Variations

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

Color information

#1BF9C9 (or 0x1BF9C9) is known color: Bright Turquoise. HEX triplet: 1B, F9 and C9. RGB value is (27,249,201). Sum of RGB (Red+Green+Blue) = 27+249+201=477 (63% of max value = 765). Red value is 27 (10.94% from 255 or 5.66% from 477); Green value is 249 (97.66% from 255 or 52.20% from 477); Blue value is 201 (78.91% from 255 or 42.14% from 477); Max value from RGB is 249 - color contains mainly: green. Hex color #1BF9C9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1BF9C9 is #E40636. Grayscale: #B1B1B1. Windows color (decimal): -14943799 or 13236507. OLE color: 13236507.

HSL color Cylindrical-coordinate representation of color #1BF9C9: hue angle of 167.03º degrees, saturation: 0.95, 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 #1BF9C9 is Cyan = 0.89, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.

Color convert

RGB 27 249 201 -
CMYK 0.89 0 0.19 0.02
HSL 167.03º 0.95% 0.54% -
HSV(B) 167.03º 0.89% 0.98% -
XYZ 44.87 72.2 66.83 -
YUV 177.15 141.45 20.9 -
System Red Green Blue C M Y K H S L
Decimal 27 249 201 0.89 0 0.19 0.02 167.03 0.95 0.54
Hex 1B F9 C9 59 0 13 2 A7 5F 36
Octal 33 371 311 131 0 23 2 247 137 66
Binary 11011 11111001 11001001 1011001 0 10011 10 10100111 1011111 110110

Color Harmonies of #1BF9C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BF9C9

Black with #1BF9C9

Text Example


Text Example

White with #1BF9C9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,249,201); }

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

background-color css

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

 a { background-color: rgb(27,249,201); }

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

border-color css

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

 span { border-color: rgb(27,249,201); }

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