Html Css Color HEX #30DFDA Turquoise

📋 copy color: '#30DFDA'

red 48 ◦ green 223 ◦ blue 218

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

Shades of Turquoise #30DFDA

Tints of Turquoise #30DFDA

RGB

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

 GREEN value IS 223 (87.5% from 255) = 45.6%

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

R = 9.82%
G = 45.6%
B = 44.58%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#30DFDA (or 0x30DFDA) is known color: Turquoise. HEX triplet: 30, DF and DA. RGB value is (48,223,218). Sum of RGB (Red+Green+Blue) = 48+223+218=489 (64% of max value = 765). Red value is 48 (19.14% from 255 or 9.82% from 489); Green value is 223 (87.5% from 255 or 45.60% from 489); Blue value is 218 (85.55% from 255 or 44.58% from 489); Max value from RGB is 223 - color contains mainly: green. Hex color #30DFDA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30DFDA is #CF2025. Grayscale: #A9A9A9. Windows color (decimal): -13574182 or 14343984. OLE color: 14343984.

HSL color Cylindrical-coordinate representation of color #30DFDA: hue angle of 178.29º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #30DFDA is Cyan = 0.78, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.

Color convert

RGB 48 223 218 -
CMYK 0.78 0 0.02 0.13
HSL 178.29º 0.73% 0.53% -
HSV(B) 178.29º 0.78% 0.87% -
XYZ 40.26 58.47 75.49 -
YUV 170.11 155.02 40.91 -
System Red Green Blue C M Y K H S L
Decimal 48 223 218 0.78 0 0.02 0.13 178.29 0.73 0.53
Hex 30 DF DA 4E 0 2 D B2 49 35
Octal 60 337 332 116 0 2 15 262 111 65
Binary 110000 11011111 11011010 1001110 0 10 1101 10110010 1001001 110101

Color Harmonies of #30DFDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30DFDA

Black with #30DFDA

Text Example


Text Example

White with #30DFDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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