Html Css Color HEX #1BEFD1 Bright Turquoise

📋 copy color: '#1BEFD1'

red 27 ◦ green 239 ◦ blue 209

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

Shades of Bright Turquoise #1BEFD1

Tints of Bright Turquoise #1BEFD1

RGB

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

 GREEN value IS 239 (93.75% from 255) = 50.32%

 BLUE value IS 209 (82.03% from 255) = 44%

R = 5.68%
G = 50.32%
B = 44%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.13

 K value IS 0.06

RGB Variations

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

Color information

#1BEFD1 (or 0x1BEFD1) is known color: Bright Turquoise. HEX triplet: 1B, EF and D1. RGB value is (27,239,209). Sum of RGB (Red+Green+Blue) = 27+239+209=475 (62% of max value = 765). Red value is 27 (10.94% from 255 or 5.68% from 475); Green value is 239 (93.75% from 255 or 50.32% from 475); Blue value is 209 (82.03% from 255 or 44% from 475); Max value from RGB is 239 - color contains mainly: green. Hex color #1BEFD1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1BEFD1 is #E4102E. Grayscale: #ACACAC. Windows color (decimal): -14946351 or 13758235. OLE color: 13758235.

HSL color Cylindrical-coordinate representation of color #1BEFD1: hue angle of 171.51º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1BEFD1 is Cyan = 0.89, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.06.

Color convert

RGB 27 239 209 -
CMYK 0.89 0 0.13 0.06
HSL 171.51º 0.87% 0.52% -
HSV(B) 171.51º 0.89% 0.94% -
XYZ 42.83 66.57 70.91 -
YUV 172.19 148.76 24.44 -
System Red Green Blue C M Y K H S L
Decimal 27 239 209 0.89 0 0.13 0.06 171.51 0.87 0.52
Hex 1B EF D1 59 0 D 6 AC 57 34
Octal 33 357 321 131 0 15 6 254 127 64
Binary 11011 11101111 11010001 1011001 0 1101 110 10101100 1010111 110100

Color Harmonies of #1BEFD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BEFD1

Black with #1BEFD1

Text Example


Text Example

White with #1BEFD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,239,209); }

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

background-color css

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

 a { background-color: rgb(27,239,209); }

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

border-color css

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

 span { border-color: rgb(27,239,209); }

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