Html Css Color HEX #30ECDF Turquoise

📋 copy color: '#30ECDF'

red 48 ◦ green 236 ◦ blue 223

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

Shades of Turquoise #30ECDF

Tints of Turquoise #30ECDF

RGB

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

 GREEN value IS 236 (92.58% from 255) = 46.55%

 BLUE value IS 223 (87.5% from 255) = 43.98%

R = 9.47%
G = 46.55%
B = 43.98%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#30ECDF (or 0x30ECDF) is known color: Turquoise. HEX triplet: 30, EC and DF. RGB value is (48,236,223). Sum of RGB (Red+Green+Blue) = 48+236+223=507 (67% of max value = 765). Red value is 48 (19.14% from 255 or 9.47% from 507); Green value is 236 (92.58% from 255 or 46.55% from 507); Blue value is 223 (87.5% from 255 or 43.98% from 507); Max value from RGB is 236 - color contains mainly: green. Hex color #30ECDF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #30ECDF is #CF1320. Grayscale: #B2B2B2. Windows color (decimal): -13570849 or 14674992. OLE color: 14674992.

HSL color Cylindrical-coordinate representation of color #30ECDF: hue angle of 175.85º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #30ECDF is Cyan = 0.80, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.

Color convert

RGB 48 236 223 -
CMYK 0.80 0 0.06 0.07
HSL 175.85º 0.83% 0.56% -
HSV(B) 175.85º 0.8% 0.93% -
XYZ 44.53 65.95 80.19 -
YUV 178.31 153.22 35.06 -
System Red Green Blue C M Y K H S L
Decimal 48 236 223 0.80 0 0.06 0.07 175.85 0.83 0.56
Hex 30 EC DF 50 0 6 7 B0 53 38
Octal 60 354 337 120 0 6 7 260 123 70
Binary 110000 11101100 11011111 1010000 0 110 111 10110000 1010011 111000

Color Harmonies of #30ECDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30ECDF

Black with #30ECDF

Text Example


Text Example

White with #30ECDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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