Html Css Color HEX #1BEADA Bright Turquoise

📋 copy color: '#1BEADA'

red 27 ◦ green 234 ◦ blue 218

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

Shades of Bright Turquoise #1BEADA

Tints of Bright Turquoise #1BEADA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 45.51%

R = 5.64%
G = 48.85%
B = 45.51%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#1BEADA (or 0x1BEADA) is known color: Bright Turquoise. HEX triplet: 1B, EA and DA. RGB value is (27,234,218). Sum of RGB (Red+Green+Blue) = 27+234+218=479 (63% of max value = 765). Red value is 27 (10.94% from 255 or 5.64% from 479); Green value is 234 (91.80% from 255 or 48.85% from 479); Blue value is 218 (85.55% from 255 or 45.51% from 479); Max value from RGB is 234 - color contains mainly: green. Hex color #1BEADA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1BEADA is #E41525. Grayscale: #AAAAAA. Windows color (decimal): -14947622 or 14346779. OLE color: 14346779.

HSL color Cylindrical-coordinate representation of color #1BEADA: hue angle of 175.36º 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 #1BEADA is Cyan = 0.88, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.08.

Color convert

RGB 27 234 218 -
CMYK 0.88 0 0.07 0.08
HSL 175.36º 0.83% 0.51% -
HSV(B) 175.36º 0.88% 0.92% -
XYZ 42.53 64.14 76.47 -
YUV 170.28 154.92 25.8 -
System Red Green Blue C M Y K H S L
Decimal 27 234 218 0.88 0 0.07 0.08 175.36 0.83 0.51
Hex 1B EA DA 58 0 7 8 AF 53 33
Octal 33 352 332 130 0 7 10 257 123 63
Binary 11011 11101010 11011010 1011000 0 111 1000 10101111 1010011 110011

Color Harmonies of #1BEADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BEADA

Black with #1BEADA

Text Example


Text Example

White with #1BEADA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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