Html Css Color HEX #1BEFD8 Bright Turquoise

📋 copy color: '#1BEFD8'

red 27 ◦ green 239 ◦ blue 216

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

Shades of Bright Turquoise #1BEFD8

Tints of Bright Turquoise #1BEFD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 44.81%

R = 5.6%
G = 49.59%
B = 44.81%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.10

 K value IS 0.06

RGB Variations

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

Color information

#1BEFD8 (or 0x1BEFD8) is known color: Bright Turquoise. HEX triplet: 1B, EF and D8. RGB value is (27,239,216). Sum of RGB (Red+Green+Blue) = 27+239+216=482 (63% of max value = 765). Red value is 27 (10.94% from 255 or 5.60% from 482); Green value is 239 (93.75% from 255 or 49.59% from 482); Blue value is 216 (84.77% from 255 or 44.81% from 482); Max value from RGB is 239 - color contains mainly: green. Hex color #1BEFD8 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1BEFD8 is #E41027. Grayscale: #ACACAC. Windows color (decimal): -14946344 or 14216987. OLE color: 14216987.

HSL color Cylindrical-coordinate representation of color #1BEFD8: hue angle of 173.49º 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 #1BEFD8 is Cyan = 0.89, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.06.

Color convert

RGB 27 239 216 -
CMYK 0.89 0 0.10 0.06
HSL 173.49º 0.87% 0.52% -
HSV(B) 173.49º 0.89% 0.94% -
XYZ 43.71 66.92 75.58 -
YUV 172.99 152.26 23.87 -
System Red Green Blue C M Y K H S L
Decimal 27 239 216 0.89 0 0.10 0.06 173.49 0.87 0.52
Hex 1B EF D8 59 0 A 6 AD 57 34
Octal 33 357 330 131 0 12 6 255 127 64
Binary 11011 11101111 11011000 1011001 0 1010 110 10101101 1010111 110100

Color Harmonies of #1BEFD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BEFD8

Black with #1BEFD8

Text Example


Text Example

White with #1BEFD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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