Html Css Color HEX #30DFEA Turquoise

📋 copy color: '#30DFEA'

red 48 ◦ green 223 ◦ blue 234

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

Shades of Turquoise #30DFEA

Tints of Turquoise #30DFEA

RGB

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

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

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

R = 9.5%
G = 44.16%
B = 46.34%

CMYK

 C value IS 0.79

 M value IS 0.05

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#30DFEA (or 0x30DFEA) is known color: Turquoise. HEX triplet: 30, DF and EA. RGB value is (48,223,234). Sum of RGB (Red+Green+Blue) = 48+223+234=505 (66% of max value = 765). Red value is 48 (19.14% from 255 or 9.50% from 505); Green value is 223 (87.5% from 255 or 44.16% from 505); Blue value is 234 (91.80% from 255 or 46.34% from 505); Max value from RGB is 234 - color contains mainly: blue. Hex color #30DFEA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #30DFEA is #CF2015. Grayscale: #ABABAB. Windows color (decimal): -13574166 or 15392560. OLE color: 15392560.

HSL color Cylindrical-coordinate representation of color #30DFEA: hue angle of 183.55º 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 #30DFEA is Cyan = 0.79, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 48 223 234 -
CMYK 0.79 0.05 0 0.08
HSL 183.55º 0.82% 0.55% -
HSV(B) 183.55º 0.79% 0.92% -
XYZ 42.46 59.34 87.06 -
YUV 171.93 163.02 39.61 -
System Red Green Blue C M Y K H S L
Decimal 48 223 234 0.79 0.05 0 0.08 183.55 0.82 0.55
Hex 30 DF EA 4F 5 0 8 B8 52 37
Octal 60 337 352 117 5 0 10 270 122 67
Binary 110000 11011111 11101010 1001111 101 0 1000 10111000 1010010 110111

Color Harmonies of #30DFEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30DFEA

Black with #30DFEA

Text Example


Text Example

White with #30DFEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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