Html Css Color HEX #30EFDA Turquoise

📋 copy color: '#30EFDA'

red 48 ◦ green 239 ◦ blue 218

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

Shades of Turquoise #30EFDA

Tints of Turquoise #30EFDA

RGB

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

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

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

R = 9.5%
G = 47.33%
B = 43.17%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.09

 K value IS 0.06

RGB Variations

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

Color information

#30EFDA (or 0x30EFDA) is known color: Turquoise. HEX triplet: 30, EF and DA. RGB value is (48,239,218). Sum of RGB (Red+Green+Blue) = 48+239+218=505 (66% of max value = 765). Red value is 48 (19.14% from 255 or 9.50% from 505); Green value is 239 (93.75% from 255 or 47.33% from 505); Blue value is 218 (85.55% from 255 or 43.17% from 505); Max value from RGB is 239 - color contains mainly: green. Hex color #30EFDA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #30EFDA is #CF1025. Grayscale: #B3B3B3. Windows color (decimal): -13570086 or 14348080. OLE color: 14348080.

HSL color Cylindrical-coordinate representation of color #30EFDA: hue angle of 173.4º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #30EFDA is Cyan = 0.80, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.06.

Color convert

RGB 48 239 218 -
CMYK 0.80 0 0.09 0.06
HSL 173.4º 0.86% 0.56% -
HSV(B) 173.4º 0.8% 0.94% -
XYZ 44.74 67.42 76.99 -
YUV 179.5 149.72 34.21 -
System Red Green Blue C M Y K H S L
Decimal 48 239 218 0.80 0 0.09 0.06 173.4 0.86 0.56
Hex 30 EF DA 50 0 9 6 AD 56 38
Octal 60 357 332 120 0 11 6 255 126 70
Binary 110000 11101111 11011010 1010000 0 1001 110 10101101 1010110 111000

Color Harmonies of #30EFDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30EFDA

Black with #30EFDA

Text Example


Text Example

White with #30EFDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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