Html Css Color HEX #30F0DA Turquoise

📋 copy color: '#30F0DA'

red 48 ◦ green 240 ◦ blue 218

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

Shades of Turquoise #30F0DA

Tints of Turquoise #30F0DA

RGB

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

 GREEN value IS 240 (94.14% from 255) = 47.43%

 BLUE value IS 218 (85.55% from 255) = 43.08%

R = 9.49%
G = 47.43%
B = 43.08%

CMYK

 C value IS 0.8

 M value IS 0

 Y value IS 0.09

 K value IS 0.06

RGB Variations

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

Color information

#30F0DA (or 0x30F0DA) is known color: Turquoise. HEX triplet: 30, F0 and DA. RGB value is (48,240,218). Sum of RGB (Red+Green+Blue) = 48+240+218=506 (67% of max value = 765). Red value is 48 (19.14% from 255 or 9.49% from 506); Green value is 240 (94.14% from 255 or 47.43% from 506); Blue value is 218 (85.55% from 255 or 43.08% from 506); Max value from RGB is 240 - color contains mainly: green. Hex color #30F0DA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #30F0DA is #CF0F25. Grayscale: #B3B3B3. Windows color (decimal): -13569830 or 14348336. OLE color: 14348336.

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

Color convert

RGB 48 240 218 -
CMYK 0.8 0 0.09 0.06
HSL 173.13º 0.86% 0.56% -
HSV(B) 173.13º 0.8% 0.94% -
XYZ 45.03 68.01 77.08 -
YUV 180.08 149.39 33.79 -
System Red Green Blue C M Y K H S L
Decimal 48 240 218 0.8 0 0.09 0.06 173.13 0.86 0.56
Hex 30 F0 DA 50 0 9 6 AD 56 38
Octal 60 360 332 120 0 11 6 255 126 70
Binary 110000 11110000 11011010 1010000 0 1001 110 10101101 1010110 111000

Color Harmonies of #30F0DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30F0DA

Black with #30F0DA

Text Example


Text Example

White with #30F0DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,240,218); }

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

background-color css

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

 a { background-color: rgb(48,240,218); }

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

border-color css

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

 span { border-color: rgb(48,240,218); }

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