Html Css Color HEX #30CEDF Medium Turquoise

📋 copy color: '#30CEDF'

red 48 ◦ green 206 ◦ blue 223

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

Shades of Medium Turquoise #30CEDF

Tints of Medium Turquoise #30CEDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 46.75%

R = 10.06%
G = 43.19%
B = 46.75%

CMYK

 C value IS 0.78

 M value IS 0.08

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#30CEDF (or 0x30CEDF) is known color: Medium Turquoise. HEX triplet: 30, CE and DF. RGB value is (48,206,223). Sum of RGB (Red+Green+Blue) = 48+206+223=477 (63% of max value = 765). Red value is 48 (19.14% from 255 or 10.06% from 477); Green value is 206 (80.86% from 255 or 43.19% from 477); Blue value is 223 (87.5% from 255 or 46.75% from 477); Max value from RGB is 223 - color contains mainly: blue. Hex color #30CEDF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30CEDF is #CF3120. Grayscale: #A0A0A0. Windows color (decimal): -13578529 or 14667312. OLE color: 14667312.

HSL color Cylindrical-coordinate representation of color #30CEDF: hue angle of 185.83º degrees, saturation: 0.73, 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 #30CEDF is Cyan = 0.78, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 48 206 223 -
CMYK 0.78 0.08 0 0.13
HSL 185.83º 0.73% 0.53% -
HSV(B) 185.83º 0.78% 0.87% -
XYZ 36.61 50.1 77.55 -
YUV 160.7 163.15 47.62 -
System Red Green Blue C M Y K H S L
Decimal 48 206 223 0.78 0.08 0 0.13 185.83 0.73 0.53
Hex 30 CE DF 4E 8 0 D BA 49 35
Octal 60 316 337 116 10 0 15 272 111 65
Binary 110000 11001110 11011111 1001110 1000 0 1101 10111010 1001001 110101

Color Harmonies of #30CEDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30CEDF

Black with #30CEDF

Text Example


Text Example

White with #30CEDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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