Html Css Color HEX #1BEAD3 Bright Turquoise

📋 copy color: '#1BEAD3'

red 27 ◦ green 234 ◦ blue 211

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

Shades of Bright Turquoise #1BEAD3

Tints of Bright Turquoise #1BEAD3

RGB

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

 GREEN value IS 234 (91.8% from 255) = 49.58%

 BLUE value IS 211 (82.81% from 255) = 44.7%

R = 5.72%
G = 49.58%
B = 44.7%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.10

 K value IS 0.08

RGB Variations

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

Color information

#1BEAD3 (or 0x1BEAD3) is known color: Bright Turquoise. HEX triplet: 1B, EA and D3. RGB value is (27,234,211). Sum of RGB (Red+Green+Blue) = 27+234+211=472 (62% of max value = 765). Red value is 27 (10.94% from 255 or 5.72% from 472); Green value is 234 (91.80% from 255 or 49.58% from 472); Blue value is 211 (82.81% from 255 or 44.70% from 472); Max value from RGB is 234 - color contains mainly: green. Hex color #1BEAD3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1BEAD3 is #E4152C. Grayscale: #A9A9A9. Windows color (decimal): -14947629 or 13888027. OLE color: 13888027.

HSL color Cylindrical-coordinate representation of color #1BEAD3: hue angle of 173.33º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1BEAD3 is Cyan = 0.88, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.08.

Color convert

RGB 27 234 211 -
CMYK 0.88 0 0.10 0.08
HSL 173.33º 0.83% 0.51% -
HSV(B) 173.33º 0.88% 0.92% -
XYZ 41.63 63.78 71.74 -
YUV 169.49 151.42 26.37 -
System Red Green Blue C M Y K H S L
Decimal 27 234 211 0.88 0 0.10 0.08 173.33 0.83 0.51
Hex 1B EA D3 58 0 A 8 AD 53 33
Octal 33 352 323 130 0 12 10 255 123 63
Binary 11011 11101010 11010011 1011000 0 1010 1000 10101101 1010011 110011

Color Harmonies of #1BEAD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BEAD3

Black with #1BEAD3

Text Example


Text Example

White with #1BEAD3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,234,211); }

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

background-color css

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

 a { background-color: rgb(27,234,211); }

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

border-color css

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

 span { border-color: rgb(27,234,211); }

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