Html Css Color HEX #30DAEC Turquoise

📋 copy color: '#30DAEC'

red 48 ◦ green 218 ◦ blue 236

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

Shades of Turquoise #30DAEC

Tints of Turquoise #30DAEC

RGB

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

 GREEN value IS 218 (85.55% from 255) = 43.43%

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

R = 9.56%
G = 43.43%
B = 47.01%

CMYK

 C value IS 0.80

 M value IS 0.08

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#30DAEC (or 0x30DAEC) is known color: Turquoise. HEX triplet: 30, DA and EC. RGB value is (48,218,236). Sum of RGB (Red+Green+Blue) = 48+218+236=502 (66% of max value = 765). Red value is 48 (19.14% from 255 or 9.56% from 502); Green value is 218 (85.55% from 255 or 43.43% from 502); Blue value is 236 (92.58% from 255 or 47.01% from 502); Max value from RGB is 236 - color contains mainly: blue. Hex color #30DAEC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #30DAEC is #CF2513. Grayscale: #A8A8A8. Windows color (decimal): -13575444 or 15522352. OLE color: 15522352.

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

Color convert

RGB 48 218 236 -
CMYK 0.80 0.08 0 0.07
HSL 185.74º 0.83% 0.56% -
HSV(B) 185.74º 0.8% 0.93% -
XYZ 41.43 56.83 88.14 -
YUV 169.22 165.68 41.54 -
System Red Green Blue C M Y K H S L
Decimal 48 218 236 0.80 0.08 0 0.07 185.74 0.83 0.56
Hex 30 DA EC 50 8 0 7 BA 53 38
Octal 60 332 354 120 10 0 7 272 123 70
Binary 110000 11011010 11101100 1010000 1000 0 111 10111010 1010011 111000

Color Harmonies of #30DAEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30DAEC

Black with #30DAEC

Text Example


Text Example

White with #30DAEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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