Html Css Color HEX #30FCDF Turquoise

📋 copy color: '#30FCDF'

red 48 ◦ green 252 ◦ blue 223

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

Shades of Turquoise #30FCDF

Tints of Turquoise #30FCDF

RGB

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

 GREEN value IS 252 (98.83% from 255) = 48.18%

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

R = 9.18%
G = 48.18%
B = 42.64%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.12

 K value IS 0.01

RGB Variations

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

Color information

#30FCDF (or 0x30FCDF) is known color: Turquoise. HEX triplet: 30, FC and DF. RGB value is (48,252,223). Sum of RGB (Red+Green+Blue) = 48+252+223=523 (69% of max value = 765). Red value is 48 (19.14% from 255 or 9.18% from 523); Green value is 252 (98.83% from 255 or 48.18% from 523); Blue value is 223 (87.5% from 255 or 42.64% from 523); Max value from RGB is 252 - color contains mainly: green. Hex color #30FCDF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #30FCDF is #CF0320. Grayscale: #BBBBBB. Windows color (decimal): -13566753 or 14679088. OLE color: 14679088.

HSL color Cylindrical-coordinate representation of color #30FCDF: hue angle of 171.47º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #30FCDF is Cyan = 0.81, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.

Color convert

RGB 48 252 223 -
CMYK 0.81 0 0.12 0.01
HSL 171.47º 0.97% 0.59% -
HSV(B) 171.47º 0.81% 0.99% -
XYZ 49.35 75.58 81.8 -
YUV 187.7 147.91 28.36 -
System Red Green Blue C M Y K H S L
Decimal 48 252 223 0.81 0 0.12 0.01 171.47 0.97 0.59
Hex 30 FC DF 51 0 C 1 AB 61 3B
Octal 60 374 337 121 0 14 1 253 141 73
Binary 110000 11111100 11011111 1010001 0 1100 1 10101011 1100001 111011

Color Harmonies of #30FCDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30FCDF

Black with #30FCDF

Text Example


Text Example

White with #30FCDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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