Html Css Color HEX #30D0E5 Turquoise

📋 copy color: '#30D0E5'

red 48 ◦ green 208 ◦ blue 229

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

Shades of Turquoise #30D0E5

Tints of Turquoise #30D0E5

RGB

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

 GREEN value IS 208 (81.64% from 255) = 42.89%

 BLUE value IS 229 (89.84% from 255) = 47.22%

R = 9.9%
G = 42.89%
B = 47.22%

CMYK

 C value IS 0.79

 M value IS 0.09

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#30D0E5 (or 0x30D0E5) is known color: Turquoise. HEX triplet: 30, D0 and E5. RGB value is (48,208,229). Sum of RGB (Red+Green+Blue) = 48+208+229=485 (64% of max value = 765). Red value is 48 (19.14% from 255 or 9.90% from 485); Green value is 208 (81.64% from 255 or 42.89% from 485); Blue value is 229 (89.84% from 255 or 47.22% from 485); Max value from RGB is 229 - color contains mainly: blue. Hex color #30D0E5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30D0E5 is #CF2F1A. Grayscale: #A2A2A2. Windows color (decimal): -13578011 or 15061040. OLE color: 15061040.

HSL color Cylindrical-coordinate representation of color #30D0E5: hue angle of 186.96º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #30D0E5 is Cyan = 0.79, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 48 208 229 -
CMYK 0.79 0.09 0 0.10
HSL 186.96º 0.78% 0.54% -
HSV(B) 186.96º 0.79% 0.9% -
XYZ 37.92 51.4 82.05 -
YUV 162.55 165.49 46.29 -
System Red Green Blue C M Y K H S L
Decimal 48 208 229 0.79 0.09 0 0.10 186.96 0.78 0.54
Hex 30 D0 E5 4F 9 0 A BB 4E 36
Octal 60 320 345 117 11 0 12 273 116 66
Binary 110000 11010000 11100101 1001111 1001 0 1010 10111011 1001110 110110

Color Harmonies of #30D0E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30D0E5

Black with #30D0E5

Text Example


Text Example

White with #30D0E5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,208,229); }

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

background-color css

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

 a { background-color: rgb(48,208,229); }

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

border-color css

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

 span { border-color: rgb(48,208,229); }

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