Html Css Color HEX #30D6EF Turquoise

📋 copy color: '#30D6EF'

red 48 ◦ green 214 ◦ blue 239

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

Shades of Turquoise #30D6EF

Tints of Turquoise #30D6EF

RGB

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

 GREEN value IS 214 (83.98% from 255) = 42.71%

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

R = 9.58%
G = 42.71%
B = 47.7%

CMYK

 C value IS 0.80

 M value IS 0.10

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#30D6EF (or 0x30D6EF) is known color: Turquoise. HEX triplet: 30, D6 and EF. RGB value is (48,214,239). Sum of RGB (Red+Green+Blue) = 48+214+239=501 (66% of max value = 765). Red value is 48 (19.14% from 255 or 9.58% from 501); Green value is 214 (83.98% from 255 or 42.71% from 501); Blue value is 239 (93.75% from 255 or 47.70% from 501); Max value from RGB is 239 - color contains mainly: blue. Hex color #30D6EF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #30D6EF is #CF2910. Grayscale: #A6A6A6. Windows color (decimal): -13576465 or 15717936. OLE color: 15717936.

HSL color Cylindrical-coordinate representation of color #30D6EF: hue angle of 187.85º 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 #30D6EF is Cyan = 0.80, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 48 214 239 -
CMYK 0.80 0.10 0 0.06
HSL 187.85º 0.86% 0.56% -
HSV(B) 187.85º 0.8% 0.94% -
XYZ 40.85 54.95 90.12 -
YUV 167.22 168.5 42.97 -
System Red Green Blue C M Y K H S L
Decimal 48 214 239 0.80 0.10 0 0.06 187.85 0.86 0.56
Hex 30 D6 EF 50 A 0 6 BC 56 38
Octal 60 326 357 120 12 0 6 274 126 70
Binary 110000 11010110 11101111 1010000 1010 0 110 10111100 1010110 111000

Color Harmonies of #30D6EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30D6EF

Black with #30D6EF

Text Example


Text Example

White with #30D6EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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