Html Css Color HEX #30D4D6 Turquoise

📋 copy color: '#30D4D6'

red 48 ◦ green 212 ◦ blue 214

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

Shades of Turquoise #30D4D6

Tints of Turquoise #30D4D6

RGB

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

 GREEN value IS 212 (83.2% from 255) = 44.73%

 BLUE value IS 214 (83.98% from 255) = 45.15%

R = 10.13%
G = 44.73%
B = 45.15%

CMYK

 C value IS 0.78

 M value IS 0.01

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#30D4D6 (or 0x30D4D6) is known color: Turquoise. HEX triplet: 30, D4 and D6. RGB value is (48,212,214). Sum of RGB (Red+Green+Blue) = 48+212+214=474 (62% of max value = 765). Red value is 48 (19.14% from 255 or 10.13% from 474); Green value is 212 (83.20% from 255 or 44.73% from 474); Blue value is 214 (83.98% from 255 or 45.15% from 474); Max value from RGB is 214 - color contains mainly: blue. Hex color #30D4D6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30D4D6 is #CF2B29. Grayscale: #A3A3A3. Windows color (decimal): -13577002 or 14079024. OLE color: 14079024.

HSL color Cylindrical-coordinate representation of color #30D4D6: hue angle of 180.72º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #30D4D6 is Cyan = 0.78, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 48 212 214 -
CMYK 0.78 0.01 0 0.16
HSL 180.72º 0.67% 0.51% -
HSV(B) 180.72º 0.78% 0.84% -
XYZ 36.9 52.57 71.82 -
YUV 163.19 156.67 45.84 -
System Red Green Blue C M Y K H S L
Decimal 48 212 214 0.78 0.01 0 0.16 180.72 0.67 0.51
Hex 30 D4 D6 4E 1 0 10 B5 43 33
Octal 60 324 326 116 1 0 20 265 103 63
Binary 110000 11010100 11010110 1001110 1 0 10000 10110101 1000011 110011

Color Harmonies of #30D4D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30D4D6

Black with #30D4D6

Text Example


Text Example

White with #30D4D6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,212,214); }

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

background-color css

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

 a { background-color: rgb(48,212,214); }

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

border-color css

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

 span { border-color: rgb(48,212,214); }

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