Html Css Color HEX #30DAE4 Turquoise

📋 copy color: '#30DAE4'

red 48 ◦ green 218 ◦ blue 228

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

Shades of Turquoise #30DAE4

Tints of Turquoise #30DAE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 46.15%

R = 9.72%
G = 44.13%
B = 46.15%

CMYK

 C value IS 0.79

 M value IS 0.04

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#30DAE4 (or 0x30DAE4) is known color: Turquoise. HEX triplet: 30, DA and E4. RGB value is (48,218,228). Sum of RGB (Red+Green+Blue) = 48+218+228=494 (65% of max value = 765). Red value is 48 (19.14% from 255 or 9.72% from 494); Green value is 218 (85.55% from 255 or 44.13% from 494); Blue value is 228 (89.45% from 255 or 46.15% from 494); Max value from RGB is 228 - color contains mainly: blue. Hex color #30DAE4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30DAE4 is #CF251B. Grayscale: #A8A8A8. Windows color (decimal): -13575452 or 14998064. OLE color: 14998064.

HSL color Cylindrical-coordinate representation of color #30DAE4: hue angle of 183.33º degrees, saturation: 0.77, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #30DAE4 is Cyan = 0.79, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 48 218 228 -
CMYK 0.79 0.04 0 0.11
HSL 183.33º 0.77% 0.54% -
HSV(B) 183.33º 0.79% 0.89% -
XYZ 40.29 56.37 82.16 -
YUV 168.31 161.68 42.19 -
System Red Green Blue C M Y K H S L
Decimal 48 218 228 0.79 0.04 0 0.11 183.33 0.77 0.54
Hex 30 DA E4 4F 4 0 B B7 4D 36
Octal 60 332 344 117 4 0 13 267 115 66
Binary 110000 11011010 11100100 1001111 100 0 1011 10110111 1001101 110110

Color Harmonies of #30DAE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30DAE4

Black with #30DAE4

Text Example


Text Example

White with #30DAE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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