Html Css Color HEX #30CCCD Medium Turquoise

📋 copy color: '#30CCCD'

red 48 ◦ green 204 ◦ blue 205

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

Shades of Medium Turquoise #30CCCD

Tints of Medium Turquoise #30CCCD

RGB

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

 GREEN value IS 204 (80.08% from 255) = 44.64%

 BLUE value IS 205 (80.47% from 255) = 44.86%

R = 10.5%
G = 44.64%
B = 44.86%

CMYK

 C value IS 0.77

 M value IS 0.00

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#30CCCD (or 0x30CCCD) is known color: Medium Turquoise. HEX triplet: 30, CC and CD. RGB value is (48,204,205). Sum of RGB (Red+Green+Blue) = 48+204+205=457 (60% of max value = 765). Red value is 48 (19.14% from 255 or 10.50% from 457); Green value is 204 (80.08% from 255 or 44.64% from 457); Blue value is 205 (80.47% from 255 or 44.86% from 457); Max value from RGB is 205 - color contains mainly: blue. Hex color #30CCCD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30CCCD is #CF3332. Grayscale: #9D9D9D. Windows color (decimal): -13579059 or 13487152. OLE color: 13487152.

HSL color Cylindrical-coordinate representation of color #30CCCD: hue angle of 180.38º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #30CCCD is Cyan = 0.77, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 48 204 205 -
CMYK 0.77 0.00 0 0.20
HSL 180.38º 0.62% 0.5% -
HSV(B) 180.38º 0.77% 0.8% -
XYZ 33.83 48.22 65.28 -
YUV 157.47 154.82 49.92 -
System Red Green Blue C M Y K H S L
Decimal 48 204 205 0.77 0.00 0 0.20 180.38 0.62 0.5
Hex 30 CC CD 4D 0 0 14 B4 3E 32
Octal 60 314 315 115 0 0 24 264 76 62
Binary 110000 11001100 11001101 1001101 0 0 10100 10110100 111110 110010

Color Harmonies of #30CCCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30CCCD

Black with #30CCCD

Text Example


Text Example

White with #30CCCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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