Html Css Color HEX #30D9EB Turquoise

📋 copy color: '#30D9EB'

red 48 ◦ green 217 ◦ blue 235

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

Shades of Turquoise #30D9EB

Tints of Turquoise #30D9EB

RGB

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

 GREEN value IS 217 (85.16% from 255) = 43.4%

 BLUE value IS 235 (92.19% from 255) = 47%

R = 9.6%
G = 43.4%
B = 47%

CMYK

 C value IS 0.80

 M value IS 0.08

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#30D9EB (or 0x30D9EB) is known color: Turquoise. HEX triplet: 30, D9 and EB. RGB value is (48,217,235). Sum of RGB (Red+Green+Blue) = 48+217+235=500 (66% of max value = 765). Red value is 48 (19.14% from 255 or 9.6% from 500); Green value is 217 (85.16% from 255 or 43.4% from 500); Blue value is 235 (92.19% from 255 or 47% from 500); Max value from RGB is 235 - color contains mainly: blue. Hex color #30D9EB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #30D9EB is #CF2614. Grayscale: #A8A8A8. Windows color (decimal): -13575701 or 15456560. OLE color: 15456560.

HSL color Cylindrical-coordinate representation of color #30D9EB: hue angle of 185.78º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #30D9EB is Cyan = 0.80, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 48 217 235 -
CMYK 0.80 0.08 0 0.08
HSL 185.78º 0.82% 0.55% -
HSV(B) 185.78º 0.8% 0.92% -
XYZ 41.03 56.25 87.29 -
YUV 168.52 165.51 42.04 -
System Red Green Blue C M Y K H S L
Decimal 48 217 235 0.80 0.08 0 0.08 185.78 0.82 0.55
Hex 30 D9 EB 50 8 0 8 BA 52 37
Octal 60 331 353 120 10 0 10 272 122 67
Binary 110000 11011001 11101011 1010000 1000 0 1000 10111010 1010010 110111

Color Harmonies of #30D9EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30D9EB

Black with #30D9EB

Text Example


Text Example

White with #30D9EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,217,235); }

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

background-color css

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

 a { background-color: rgb(48,217,235); }

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

border-color css

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

 span { border-color: rgb(48,217,235); }

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