Html Css Color HEX #30E7D4 Turquoise

📋 copy color: '#30E7D4'

red 48 ◦ green 231 ◦ blue 212

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

Shades of Turquoise #30E7D4

Tints of Turquoise #30E7D4

RGB

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

 GREEN value IS 231 (90.63% from 255) = 47.05%

 BLUE value IS 212 (83.2% from 255) = 43.18%

R = 9.78%
G = 47.05%
B = 43.18%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.08

 K value IS 0.09

RGB Variations

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

Color information

#30E7D4 (or 0x30E7D4) is known color: Turquoise. HEX triplet: 30, E7 and D4. RGB value is (48,231,212). Sum of RGB (Red+Green+Blue) = 48+231+212=491 (65% of max value = 765). Red value is 48 (19.14% from 255 or 9.78% from 491); Green value is 231 (90.62% from 255 or 47.05% from 491); Blue value is 212 (83.20% from 255 or 43.18% from 491); Max value from RGB is 231 - color contains mainly: green. Hex color #30E7D4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #30E7D4 is #CF182B. Grayscale: #AEAEAE. Windows color (decimal): -13572140 or 13952816. OLE color: 13952816.

HSL color Cylindrical-coordinate representation of color #30E7D4: hue angle of 173.77º degrees, saturation: 0.79, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #30E7D4 is Cyan = 0.79, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.09.

Color convert

RGB 48 231 212 -
CMYK 0.79 0 0.08 0.09
HSL 173.77º 0.79% 0.55% -
HSV(B) 173.77º 0.79% 0.91% -
XYZ 41.68 62.53 72.16 -
YUV 174.12 149.37 38.04 -
System Red Green Blue C M Y K H S L
Decimal 48 231 212 0.79 0 0.08 0.09 173.77 0.79 0.55
Hex 30 E7 D4 4F 0 8 9 AE 4F 37
Octal 60 347 324 117 0 10 11 256 117 67
Binary 110000 11100111 11010100 1001111 0 1000 1001 10101110 1001111 110111

Color Harmonies of #30E7D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30E7D4

Black with #30E7D4

Text Example


Text Example

White with #30E7D4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,231,212); }

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

background-color css

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

 a { background-color: rgb(48,231,212); }

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

border-color css

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

 span { border-color: rgb(48,231,212); }

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