Html Css Color HEX #30DCCC Turquoise

📋 copy color: '#30DCCC'

red 48 ◦ green 220 ◦ blue 204

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

Shades of Turquoise #30DCCC

Tints of Turquoise #30DCCC

RGB

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

 GREEN value IS 220 (86.33% from 255) = 46.61%

 BLUE value IS 204 (80.08% from 255) = 43.22%

R = 10.17%
G = 46.61%
B = 43.22%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.07

 K value IS 0.14

RGB Variations

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

Color information

#30DCCC (or 0x30DCCC) is known color: Turquoise. HEX triplet: 30, DC and CC. RGB value is (48,220,204). Sum of RGB (Red+Green+Blue) = 48+220+204=472 (62% of max value = 765). Red value is 48 (19.14% from 255 or 10.17% from 472); Green value is 220 (86.33% from 255 or 46.61% from 472); Blue value is 204 (80.08% from 255 or 43.22% from 472); Max value from RGB is 220 - color contains mainly: green. Hex color #30DCCC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30DCCC is #CF2333. Grayscale: #A6A6A6. Windows color (decimal): -13574964 or 13425712. OLE color: 13425712.

HSL color Cylindrical-coordinate representation of color #30DCCC: hue angle of 174.42º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #30DCCC is Cyan = 0.78, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.

Color convert

RGB 48 220 204 -
CMYK 0.78 0 0.07 0.14
HSL 174.42º 0.71% 0.53% -
HSV(B) 174.42º 0.78% 0.86% -
XYZ 37.71 56.17 65.98 -
YUV 166.75 149.02 43.3 -
System Red Green Blue C M Y K H S L
Decimal 48 220 204 0.78 0 0.07 0.14 174.42 0.71 0.53
Hex 30 DC CC 4E 0 7 E AE 47 35
Octal 60 334 314 116 0 7 16 256 107 65
Binary 110000 11011100 11001100 1001110 0 111 1110 10101110 1000111 110101

Color Harmonies of #30DCCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30DCCC

Black with #30DCCC

Text Example


Text Example

White with #30DCCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,220,204); }

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

background-color css

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

 a { background-color: rgb(48,220,204); }

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

border-color css

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

 span { border-color: rgb(48,220,204); }

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