Html Css Color HEX #30CDC4 Medium Turquoise

📋 copy color: '#30CDC4'

red 48 ◦ green 205 ◦ blue 196

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

Shades of Medium Turquoise #30CDC4

Tints of Medium Turquoise #30CDC4

RGB

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

 GREEN value IS 205 (80.47% from 255) = 45.66%

 BLUE value IS 196 (76.95% from 255) = 43.65%

R = 10.69%
G = 45.66%
B = 43.65%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.04

 K value IS 0.20

RGB Variations

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

Color information

#30CDC4 (or 0x30CDC4) is known color: Medium Turquoise. HEX triplet: 30, CD and C4. RGB value is (48,205,196). Sum of RGB (Red+Green+Blue) = 48+205+196=449 (59% of max value = 765). Red value is 48 (19.14% from 255 or 10.69% from 449); Green value is 205 (80.47% from 255 or 45.66% from 449); Blue value is 196 (76.95% from 255 or 43.65% from 449); Max value from RGB is 205 - color contains mainly: green. Hex color #30CDC4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30CDC4 is #CF323B. Grayscale: #9C9C9C. Windows color (decimal): -13578812 or 12897584. OLE color: 12897584.

HSL color Cylindrical-coordinate representation of color #30CDC4: hue angle of 176.56º 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 #30CDC4 is Cyan = 0.77, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.20.

Color convert

RGB 48 205 196 -
CMYK 0.77 0 0.04 0.20
HSL 176.56º 0.62% 0.5% -
HSV(B) 176.56º 0.77% 0.8% -
XYZ 33.01 48.28 59.8 -
YUV 157.03 149.99 50.23 -
System Red Green Blue C M Y K H S L
Decimal 48 205 196 0.77 0 0.04 0.20 176.56 0.62 0.5
Hex 30 CD C4 4D 0 4 14 B1 3E 32
Octal 60 315 304 115 0 4 24 261 76 62
Binary 110000 11001101 11000100 1001101 0 100 10100 10110001 111110 110010

Color Harmonies of #30CDC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30CDC4

Black with #30CDC4

Text Example


Text Example

White with #30CDC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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