Html Css Color HEX #30CDDE Medium Turquoise

📋 copy color: '#30CDDE'

red 48 ◦ green 205 ◦ blue 222

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

Shades of Medium Turquoise #30CDDE

Tints of Medium Turquoise #30CDDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 46.74%

R = 10.11%
G = 43.16%
B = 46.74%

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

#30CDDE (or 0x30CDDE) is known color: Medium Turquoise. HEX triplet: 30, CD and DE. RGB value is (48,205,222). Sum of RGB (Red+Green+Blue) = 48+205+222=475 (62% of max value = 765). Red value is 48 (19.14% from 255 or 10.11% from 475); Green value is 205 (80.47% from 255 or 43.16% from 475); Blue value is 222 (87.11% from 255 or 46.74% from 475); Max value from RGB is 222 - color contains mainly: blue. Hex color #30CDDE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30CDDE is #CF3221. Grayscale: #9F9F9F. Windows color (decimal): -13578786 or 14601520. OLE color: 14601520.

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

Color convert

RGB 48 205 222 -
CMYK 0.78 0.08 0 0.13
HSL 185.86º 0.73% 0.53% -
HSV(B) 185.86º 0.78% 0.87% -
XYZ 36.24 49.56 76.76 -
YUV 160 162.99 48.12 -
System Red Green Blue C M Y K H S L
Decimal 48 205 222 0.78 0.08 0 0.13 185.86 0.73 0.53
Hex 30 CD DE 4E 8 0 D BA 48 35
Octal 60 315 336 116 10 0 15 272 110 65
Binary 110000 11001101 11011110 1001110 1000 0 1101 10111010 1001000 110101

Color Harmonies of #30CDDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30CDDE

Black with #30CDDE

Text Example


Text Example

White with #30CDDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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