Html Css Color HEX #30DBEC Turquoise

📋 copy color: '#30DBEC'

red 48 ◦ green 219 ◦ blue 236

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

Shades of Turquoise #30DBEC

Tints of Turquoise #30DBEC

RGB

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

 GREEN value IS 219 (85.94% from 255) = 43.54%

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

R = 9.54%
G = 43.54%
B = 46.92%

CMYK

 C value IS 0.80

 M value IS 0.07

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#30DBEC (or 0x30DBEC) is known color: Turquoise. HEX triplet: 30, DB and EC. RGB value is (48,219,236). Sum of RGB (Red+Green+Blue) = 48+219+236=503 (66% of max value = 765). Red value is 48 (19.14% from 255 or 9.54% from 503); Green value is 219 (85.94% from 255 or 43.54% from 503); Blue value is 236 (92.58% from 255 or 46.92% from 503); Max value from RGB is 236 - color contains mainly: blue. Hex color #30DBEC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #30DBEC is #CF2413. Grayscale: #A9A9A9. Windows color (decimal): -13575188 or 15522608. OLE color: 15522608.

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

Color convert

RGB 48 219 236 -
CMYK 0.80 0.07 0 0.07
HSL 185.43º 0.83% 0.56% -
HSV(B) 185.43º 0.8% 0.93% -
XYZ 41.69 57.35 88.23 -
YUV 169.81 165.35 41.12 -
System Red Green Blue C M Y K H S L
Decimal 48 219 236 0.80 0.07 0 0.07 185.43 0.83 0.56
Hex 30 DB EC 50 7 0 7 B9 53 38
Octal 60 333 354 120 7 0 7 271 123 70
Binary 110000 11011011 11101100 1010000 111 0 111 10111001 1010011 111000

Color Harmonies of #30DBEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30DBEC

Black with #30DBEC

Text Example


Text Example

White with #30DBEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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