Html Css Color HEX #30DCE8 Turquoise

📋 copy color: '#30DCE8'

red 48 ◦ green 220 ◦ blue 232

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

Shades of Turquoise #30DCE8

Tints of Turquoise #30DCE8

RGB

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

 GREEN value IS 220 (86.33% from 255) = 44%

 BLUE value IS 232 (91.02% from 255) = 46.4%

R = 9.6%
G = 44%
B = 46.4%

CMYK

 C value IS 0.79

 M value IS 0.05

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#30DCE8 (or 0x30DCE8) is known color: Turquoise. HEX triplet: 30, DC and E8. RGB value is (48,220,232). Sum of RGB (Red+Green+Blue) = 48+220+232=500 (66% of max value = 765). Red value is 48 (19.14% from 255 or 9.6% from 500); Green value is 220 (86.33% from 255 or 44% from 500); Blue value is 232 (91.02% from 255 or 46.4% from 500); Max value from RGB is 232 - color contains mainly: blue. Hex color #30DCE8 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #30DCE8 is #CF2317. Grayscale: #A9A9A9. Windows color (decimal): -13574936 or 15260720. OLE color: 15260720.

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

Color convert

RGB 48 220 232 -
CMYK 0.79 0.05 0 0.09
HSL 183.91º 0.8% 0.55% -
HSV(B) 183.91º 0.79% 0.91% -
XYZ 41.38 57.64 85.29 -
YUV 169.94 163.02 41.02 -
System Red Green Blue C M Y K H S L
Decimal 48 220 232 0.79 0.05 0 0.09 183.91 0.8 0.55
Hex 30 DC E8 4F 5 0 9 B8 50 37
Octal 60 334 350 117 5 0 11 270 120 67
Binary 110000 11011100 11101000 1001111 101 0 1001 10111000 1010000 110111

Color Harmonies of #30DCE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30DCE8

Black with #30DCE8

Text Example


Text Example

White with #30DCE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,220,232); }

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

background-color css

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

 a { background-color: rgb(48,220,232); }

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

border-color css

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

 span { border-color: rgb(48,220,232); }

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