Html Css Color HEX #30CACE Medium Turquoise

📋 copy color: '#30CACE'

red 48 ◦ green 202 ◦ blue 206

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

Shades of Medium Turquoise #30CACE

Tints of Medium Turquoise #30CACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 45.18%

R = 10.53%
G = 44.3%
B = 45.18%

CMYK

 C value IS 0.77

 M value IS 0.02

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#30CACE (or 0x30CACE) is known color: Medium Turquoise. HEX triplet: 30, CA and CE. RGB value is (48,202,206). Sum of RGB (Red+Green+Blue) = 48+202+206=456 (60% of max value = 765). Red value is 48 (19.14% from 255 or 10.53% from 456); Green value is 202 (79.30% from 255 or 44.30% from 456); Blue value is 206 (80.86% from 255 or 45.18% from 456); Max value from RGB is 206 - color contains mainly: blue. Hex color #30CACE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30CACE is #CF3531. Grayscale: #9C9C9C. Windows color (decimal): -13579570 or 13552176. OLE color: 13552176.

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

Color convert

RGB 48 202 206 -
CMYK 0.77 0.02 0 0.19
HSL 181.52º 0.62% 0.5% -
HSV(B) 181.52º 0.77% 0.81% -
XYZ 33.48 47.33 65.76 -
YUV 156.41 155.98 50.67 -
System Red Green Blue C M Y K H S L
Decimal 48 202 206 0.77 0.02 0 0.19 181.52 0.62 0.5
Hex 30 CA CE 4D 2 0 13 B6 3E 32
Octal 60 312 316 115 2 0 23 266 76 62
Binary 110000 11001010 11001110 1001101 10 0 10011 10110110 111110 110010

Color Harmonies of #30CACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30CACE

Black with #30CACE

Text Example


Text Example

White with #30CACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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