Html Css Color HEX #30CDDF Medium Turquoise

📋 copy color: '#30CDDF'

red 48 ◦ green 205 ◦ blue 223

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

Shades of Medium Turquoise #30CDDF

Tints of Medium Turquoise #30CDDF

RGB

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

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

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

R = 10.08%
G = 43.07%
B = 46.85%

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

#30CDDF (or 0x30CDDF) is known color: Medium Turquoise. HEX triplet: 30, CD and DF. RGB value is (48,205,223). Sum of RGB (Red+Green+Blue) = 48+205+223=476 (63% of max value = 765). Red value is 48 (19.14% from 255 or 10.08% from 476); Green value is 205 (80.47% from 255 or 43.07% from 476); Blue value is 223 (87.5% from 255 or 46.85% from 476); Max value from RGB is 223 - color contains mainly: blue. Hex color #30CDDF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30CDDF is #CF3220. Grayscale: #9F9F9F. Windows color (decimal): -13578785 or 14667056. OLE color: 14667056.

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

Color convert

RGB 48 205 223 -
CMYK 0.78 0.08 0 0.13
HSL 186.17º 0.73% 0.53% -
HSV(B) 186.17º 0.78% 0.87% -
XYZ 36.37 49.62 77.47 -
YUV 160.11 163.49 48.04 -
System Red Green Blue C M Y K H S L
Decimal 48 205 223 0.78 0.08 0 0.13 186.17 0.73 0.53
Hex 30 CD DF 4E 8 0 D BA 49 35
Octal 60 315 337 116 10 0 15 272 111 65
Binary 110000 11001101 11011111 1001110 1000 0 1101 10111010 1001001 110101

Color Harmonies of #30CDDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30CDDF

Black with #30CDDF

Text Example


Text Example

White with #30CDDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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