Html Css Color HEX #30EBDA Turquoise

📋 copy color: '#30EBDA'

red 48 ◦ green 235 ◦ blue 218

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

Shades of Turquoise #30EBDA

Tints of Turquoise #30EBDA

RGB

 RED value IS 48 (19.14% from 255) = 9.58%

 GREEN value IS 235 (92.19% from 255) = 46.91%

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

R = 9.58%
G = 46.91%
B = 43.51%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#30EBDA (or 0x30EBDA) is known color: Turquoise. HEX triplet: 30, EB and DA. RGB value is (48,235,218). Sum of RGB (Red+Green+Blue) = 48+235+218=501 (66% of max value = 765). Red value is 48 (19.14% from 255 or 9.58% from 501); Green value is 235 (92.19% from 255 or 46.91% from 501); Blue value is 218 (85.55% from 255 or 43.51% from 501); Max value from RGB is 235 - color contains mainly: green. Hex color #30EBDA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #30EBDA is #CF1425. Grayscale: #B1B1B1. Windows color (decimal): -13571110 or 14347056. OLE color: 14347056.

HSL color Cylindrical-coordinate representation of color #30EBDA: hue angle of 174.55º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #30EBDA is Cyan = 0.80, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.08.

Color convert

RGB 48 235 218 -
CMYK 0.80 0 0.07 0.08
HSL 174.55º 0.82% 0.55% -
HSV(B) 174.55º 0.8% 0.92% -
XYZ 43.58 65.11 76.6 -
YUV 177.15 151.05 35.88 -
System Red Green Blue C M Y K H S L
Decimal 48 235 218 0.80 0 0.07 0.08 174.55 0.82 0.55
Hex 30 EB DA 50 0 7 8 AF 52 37
Octal 60 353 332 120 0 7 10 257 122 67
Binary 110000 11101011 11011010 1010000 0 111 1000 10101111 1010010 110111

Color Harmonies of #30EBDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30EBDA

Black with #30EBDA

Text Example


Text Example

White with #30EBDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30EBDA; }

 p { color: rgb(48,235,218); }

 H1.HeaderClassName
 {
   color: #30EBDA;
 }
 .AnyTagClassName
 {
   color: #30EBDA;
 }
</style>

background-color css

<style>
 a { background-color: #30EBDA; }

 a { background-color: rgb(48,235,218); }

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

border-color css

<style>
 span { border-color: #30EBDA; }

 span { border-color: rgb(48,235,218); }

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