Html Css Color HEX #30DFEF Turquoise

📋 copy color: '#30DFEF'

red 48 ◦ green 223 ◦ blue 239

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

Shades of Turquoise #30DFEF

Tints of Turquoise #30DFEF

RGB

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

 GREEN value IS 223 (87.5% from 255) = 43.73%

 BLUE value IS 239 (93.75% from 255) = 46.86%

R = 9.41%
G = 43.73%
B = 46.86%

CMYK

 C value IS 0.80

 M value IS 0.07

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#30DFEF (or 0x30DFEF) is known color: Turquoise. HEX triplet: 30, DF and EF. RGB value is (48,223,239). Sum of RGB (Red+Green+Blue) = 48+223+239=510 (67% of max value = 765). Red value is 48 (19.14% from 255 or 9.41% from 510); Green value is 223 (87.5% from 255 or 43.73% from 510); Blue value is 239 (93.75% from 255 or 46.86% from 510); Max value from RGB is 239 - color contains mainly: blue. Hex color #30DFEF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #30DFEF is #CF2010. Grayscale: #ACACAC. Windows color (decimal): -13574161 or 15720240. OLE color: 15720240.

HSL color Cylindrical-coordinate representation of color #30DFEF: hue angle of 185.03º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #30DFEF is Cyan = 0.80, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 48 223 239 -
CMYK 0.80 0.07 0 0.06
HSL 185.03º 0.86% 0.56% -
HSV(B) 185.03º 0.8% 0.94% -
XYZ 43.19 59.64 90.9 -
YUV 172.5 165.52 39.2 -
System Red Green Blue C M Y K H S L
Decimal 48 223 239 0.80 0.07 0 0.06 185.03 0.86 0.56
Hex 30 DF EF 50 7 0 6 B9 56 38
Octal 60 337 357 120 7 0 6 271 126 70
Binary 110000 11011111 11101111 1010000 111 0 110 10111001 1010110 111000

Color Harmonies of #30DFEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30DFEF

Black with #30DFEF

Text Example


Text Example

White with #30DFEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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