Html Css Color HEX #1BEED8 Bright Turquoise

📋 copy color: '#1BEED8'

red 27 ◦ green 238 ◦ blue 216

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

Shades of Bright Turquoise #1BEED8

Tints of Bright Turquoise #1BEED8

RGB

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

 GREEN value IS 238 (93.36% from 255) = 49.48%

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

R = 5.61%
G = 49.48%
B = 44.91%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.09

 K value IS 0.07

RGB Variations

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

Color information

#1BEED8 (or 0x1BEED8) is known color: Bright Turquoise. HEX triplet: 1B, EE and D8. RGB value is (27,238,216). Sum of RGB (Red+Green+Blue) = 27+238+216=481 (63% of max value = 765). Red value is 27 (10.94% from 255 or 5.61% from 481); Green value is 238 (93.36% from 255 or 49.48% from 481); Blue value is 216 (84.77% from 255 or 44.91% from 481); Max value from RGB is 238 - color contains mainly: green. Hex color #1BEED8 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1BEED8 is #E41127. Grayscale: #ACACAC. Windows color (decimal): -14946600 or 14216731. OLE color: 14216731.

HSL color Cylindrical-coordinate representation of color #1BEED8: hue angle of 173.74º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1BEED8 is Cyan = 0.89, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.07.

Color convert

RGB 27 238 216 -
CMYK 0.89 0 0.09 0.07
HSL 173.74º 0.86% 0.52% -
HSV(B) 173.74º 0.89% 0.93% -
XYZ 43.42 66.34 75.48 -
YUV 172.4 152.6 24.29 -
System Red Green Blue C M Y K H S L
Decimal 27 238 216 0.89 0 0.09 0.07 173.74 0.86 0.52
Hex 1B EE D8 59 0 9 7 AE 56 34
Octal 33 356 330 131 0 11 7 256 126 64
Binary 11011 11101110 11011000 1011001 0 1001 111 10101110 1010110 110100

Color Harmonies of #1BEED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BEED8

Black with #1BEED8

Text Example


Text Example

White with #1BEED8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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