Html Css Color HEX #30E9DF Turquoise

📋 copy color: '#30E9DF'

red 48 ◦ green 233 ◦ blue 223

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

Shades of Turquoise #30E9DF

Tints of Turquoise #30E9DF

RGB

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

 GREEN value IS 233 (91.41% from 255) = 46.23%

 BLUE value IS 223 (87.5% from 255) = 44.25%

R = 9.52%
G = 46.23%
B = 44.25%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.04

 K value IS 0.09

RGB Variations

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

Color information

#30E9DF (or 0x30E9DF) is known color: Turquoise. HEX triplet: 30, E9 and DF. RGB value is (48,233,223). Sum of RGB (Red+Green+Blue) = 48+233+223=504 (66% of max value = 765). Red value is 48 (19.14% from 255 or 9.52% from 504); Green value is 233 (91.41% from 255 or 46.23% from 504); Blue value is 223 (87.5% from 255 or 44.25% from 504); Max value from RGB is 233 - color contains mainly: green. Hex color #30E9DF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #30E9DF is #CF1620. Grayscale: #B0B0B0. Windows color (decimal): -13571617 or 14674224. OLE color: 14674224.

HSL color Cylindrical-coordinate representation of color #30E9DF: hue angle of 176.76º degrees, saturation: 0.81, 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 #30E9DF is Cyan = 0.79, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.09.

Color convert

RGB 48 233 223 -
CMYK 0.79 0 0.04 0.09
HSL 176.76º 0.81% 0.55% -
HSV(B) 176.76º 0.79% 0.91% -
XYZ 43.68 64.23 79.91 -
YUV 176.55 154.21 36.31 -
System Red Green Blue C M Y K H S L
Decimal 48 233 223 0.79 0 0.04 0.09 176.76 0.81 0.55
Hex 30 E9 DF 4F 0 4 9 B1 51 37
Octal 60 351 337 117 0 4 11 261 121 67
Binary 110000 11101001 11011111 1001111 0 100 1001 10110001 1010001 110111

Color Harmonies of #30E9DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30E9DF

Black with #30E9DF

Text Example


Text Example

White with #30E9DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,233,223); }

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

background-color css

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

 a { background-color: rgb(48,233,223); }

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

border-color css

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

 span { border-color: rgb(48,233,223); }

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