Html Css Color HEX #30CEDD Medium Turquoise

📋 copy color: '#30CEDD'

red 48 ◦ green 206 ◦ blue 221

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

Shades of Medium Turquoise #30CEDD

Tints of Medium Turquoise #30CEDD

RGB

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

 GREEN value IS 206 (80.86% from 255) = 43.37%

 BLUE value IS 221 (86.72% from 255) = 46.53%

R = 10.11%
G = 43.37%
B = 46.53%

CMYK

 C value IS 0.78

 M value IS 0.07

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#30CEDD (or 0x30CEDD) is known color: Medium Turquoise. HEX triplet: 30, CE and DD. RGB value is (48,206,221). Sum of RGB (Red+Green+Blue) = 48+206+221=475 (62% of max value = 765). Red value is 48 (19.14% from 255 or 10.11% from 475); Green value is 206 (80.86% from 255 or 43.37% from 475); Blue value is 221 (86.72% from 255 or 46.53% from 475); Max value from RGB is 221 - color contains mainly: blue. Hex color #30CEDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30CEDD is #CF3122. Grayscale: #A0A0A0. Windows color (decimal): -13578531 or 14536240. OLE color: 14536240.

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

Color convert

RGB 48 206 221 -
CMYK 0.78 0.07 0 0.13
HSL 185.2º 0.72% 0.53% -
HSV(B) 185.2º 0.78% 0.87% -
XYZ 36.34 49.99 76.14 -
YUV 160.47 162.15 47.78 -
System Red Green Blue C M Y K H S L
Decimal 48 206 221 0.78 0.07 0 0.13 185.2 0.72 0.53
Hex 30 CE DD 4E 7 0 D B9 48 35
Octal 60 316 335 116 7 0 15 271 110 65
Binary 110000 11001110 11011101 1001110 111 0 1101 10111001 1001000 110101

Color Harmonies of #30CEDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30CEDD

Black with #30CEDD

Text Example


Text Example

White with #30CEDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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