Html Css Color HEX #30D6EA Turquoise

📋 copy color: '#30D6EA'

red 48 ◦ green 214 ◦ blue 234

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

Shades of Turquoise #30D6EA

Tints of Turquoise #30D6EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 47.18%

R = 9.68%
G = 43.15%
B = 47.18%

CMYK

 C value IS 0.79

 M value IS 0.09

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#30D6EA (or 0x30D6EA) is known color: Turquoise. HEX triplet: 30, D6 and EA. RGB value is (48,214,234). Sum of RGB (Red+Green+Blue) = 48+214+234=496 (65% of max value = 765). Red value is 48 (19.14% from 255 or 9.68% from 496); Green value is 214 (83.98% from 255 or 43.15% from 496); Blue value is 234 (91.80% from 255 or 47.18% from 496); Max value from RGB is 234 - color contains mainly: blue. Hex color #30D6EA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #30D6EA is #CF2915. Grayscale: #A6A6A6. Windows color (decimal): -13576470 or 15390256. OLE color: 15390256.

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

Color convert

RGB 48 214 234 -
CMYK 0.79 0.09 0 0.08
HSL 186.45º 0.82% 0.55% -
HSV(B) 186.45º 0.79% 0.92% -
XYZ 40.12 54.66 86.28 -
YUV 166.65 166 43.37 -
System Red Green Blue C M Y K H S L
Decimal 48 214 234 0.79 0.09 0 0.08 186.45 0.82 0.55
Hex 30 D6 EA 4F 9 0 8 BA 52 37
Octal 60 326 352 117 11 0 10 272 122 67
Binary 110000 11010110 11101010 1001111 1001 0 1000 10111010 1010010 110111

Color Harmonies of #30D6EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30D6EA

Black with #30D6EA

Text Example


Text Example

White with #30D6EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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