Html Css Color HEX #1BFDC9 Bright Turquoise

📋 copy color: '#1BFDC9'

red 27 ◦ green 253 ◦ blue 201

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

Shades of Bright Turquoise #1BFDC9

Tints of Bright Turquoise #1BFDC9

RGB

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

 GREEN value IS 253 (99.22% from 255) = 52.6%

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

R = 5.61%
G = 52.6%
B = 41.79%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.21

 K value IS 0.01

RGB Variations

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

Color information

#1BFDC9 (or 0x1BFDC9) is known color: Bright Turquoise. HEX triplet: 1B, FD and C9. RGB value is (27,253,201). Sum of RGB (Red+Green+Blue) = 27+253+201=481 (63% of max value = 765). Red value is 27 (10.94% from 255 or 5.61% from 481); Green value is 253 (99.22% from 255 or 52.60% from 481); Blue value is 201 (78.91% from 255 or 41.79% from 481); Max value from RGB is 253 - color contains mainly: green. Hex color #1BFDC9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1BFDC9 is #E40236. Grayscale: #B3B3B3. Windows color (decimal): -14942775 or 13237531. OLE color: 13237531.

HSL color Cylindrical-coordinate representation of color #1BFDC9: hue angle of 166.19º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1BFDC9 is Cyan = 0.89, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.01.

Color convert

RGB 27 253 201 -
CMYK 0.89 0 0.21 0.01
HSL 166.19º 0.98% 0.55% -
HSV(B) 166.19º 0.89% 0.99% -
XYZ 46.12 74.7 67.25 -
YUV 179.5 140.13 19.23 -
System Red Green Blue C M Y K H S L
Decimal 27 253 201 0.89 0 0.21 0.01 166.19 0.98 0.55
Hex 1B FD C9 59 0 15 1 A6 62 37
Octal 33 375 311 131 0 25 1 246 142 67
Binary 11011 11111101 11001001 1011001 0 10101 1 10100110 1100010 110111

Color Harmonies of #1BFDC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BFDC9

Black with #1BFDC9

Text Example


Text Example

White with #1BFDC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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