Html Css Color HEX #30CACA Medium Turquoise

📋 copy color: '#30CACA'

red 48 ◦ green 202 ◦ blue 202

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

Shades of Medium Turquoise #30CACA

Tints of Medium Turquoise #30CACA

RGB

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

 GREEN value IS 202 (79.3% from 255) = 44.69%

 BLUE value IS 202 (79.3% from 255) = 44.69%

R = 10.62%
G = 44.69%
B = 44.69%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#30CACA (or 0x30CACA) is known color: Medium Turquoise. HEX triplet: 30, CA and CA. RGB value is (48,202,202). Sum of RGB (Red+Green+Blue) = 48+202+202=452 (59% of max value = 765). Red value is 48 (19.14% from 255 or 10.62% from 452); Green value is 202 (79.30% from 255 or 44.69% from 452); Blue value is 202 (79.30% from 255 or 44.69% from 452); Max value from RGB is 202 - color contains mainly: green, blue. Hex color #30CACA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30CACA is #CF3535. Grayscale: #9B9B9B. Windows color (decimal): -13579574 or 13290032. OLE color: 13290032.

HSL color Cylindrical-coordinate representation of color #30CACA: hue angle of 180º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #30CACA is Cyan = 0.76, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 48 202 202 -
CMYK 0.76 0 0 0.21
HSL 180º 0.62% 0.49% -
HSV(B) 180º 0.76% 0.79% -
XYZ 33 47.13 63.24 -
YUV 155.95 153.98 51 -
System Red Green Blue C M Y K H S L
Decimal 48 202 202 0.76 0 0 0.21 180 0.62 0.49
Hex 30 CA CA 4C 0 0 15 B4 3E 31
Octal 60 312 312 114 0 0 25 264 76 61
Binary 110000 11001010 11001010 1001100 0 0 10101 10110100 111110 110001

Color Harmonies of #30CACA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30CACA

Black with #30CACA

Text Example


Text Example

White with #30CACA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,202,202); }

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

background-color css

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

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

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

border-color css

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

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

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