Html Css Color HEX #30DDEC Turquoise

📋 copy color: '#30DDEC'

red 48 ◦ green 221 ◦ blue 236

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

Shades of Turquoise #30DDEC

Tints of Turquoise #30DDEC

RGB

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

 GREEN value IS 221 (86.72% from 255) = 43.76%

 BLUE value IS 236 (92.58% from 255) = 46.73%

R = 9.5%
G = 43.76%
B = 46.73%

CMYK

 C value IS 0.80

 M value IS 0.06

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#30DDEC (or 0x30DDEC) is known color: Turquoise. HEX triplet: 30, DD and EC. RGB value is (48,221,236). Sum of RGB (Red+Green+Blue) = 48+221+236=505 (66% of max value = 765). Red value is 48 (19.14% from 255 or 9.50% from 505); Green value is 221 (86.72% from 255 or 43.76% from 505); Blue value is 236 (92.58% from 255 or 46.73% from 505); Max value from RGB is 236 - color contains mainly: blue. Hex color #30DDEC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #30DDEC is #CF2213. Grayscale: #AAAAAA. Windows color (decimal): -13574676 or 15523120. OLE color: 15523120.

HSL color Cylindrical-coordinate representation of color #30DDEC: hue angle of 184.79º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #30DDEC is Cyan = 0.80, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 48 221 236 -
CMYK 0.80 0.06 0 0.07
HSL 184.79º 0.83% 0.56% -
HSV(B) 184.79º 0.8% 0.93% -
XYZ 42.22 58.4 88.4 -
YUV 170.98 164.69 40.28 -
System Red Green Blue C M Y K H S L
Decimal 48 221 236 0.80 0.06 0 0.07 184.79 0.83 0.56
Hex 30 DD EC 50 6 0 7 B9 53 38
Octal 60 335 354 120 6 0 7 271 123 70
Binary 110000 11011101 11101100 1010000 110 0 111 10111001 1010011 111000

Color Harmonies of #30DDEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30DDEC

Black with #30DDEC

Text Example


Text Example

White with #30DDEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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