Html Css Color HEX #30DFFD Turquoise

📋 copy color: '#30DFFD'

red 48 ◦ green 223 ◦ blue 253

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

Shades of Turquoise #30DFFD

Tints of Turquoise #30DFFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 48.28%

R = 9.16%
G = 42.56%
B = 48.28%

CMYK

 C value IS 0.81

 M value IS 0.12

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#30DFFD (or 0x30DFFD) is known color: Turquoise. HEX triplet: 30, DF and FD. RGB value is (48,223,253). Sum of RGB (Red+Green+Blue) = 48+223+253=524 (69% of max value = 765). Red value is 48 (19.14% from 255 or 9.16% from 524); Green value is 223 (87.5% from 255 or 42.56% from 524); Blue value is 253 (99.22% from 255 or 48.28% from 524); Max value from RGB is 253 - color contains mainly: blue. Hex color #30DFFD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #30DFFD is #CF2002. Grayscale: #ADADAD. Windows color (decimal): -13574147 or 16637744. OLE color: 16637744.

HSL color Cylindrical-coordinate representation of color #30DFFD: hue angle of 188.78º degrees, saturation: 0.98, 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 #30DFFD is Cyan = 0.81, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 48 223 253 -
CMYK 0.81 0.12 0 0.01
HSL 188.78º 0.98% 0.59% -
HSV(B) 188.78º 0.81% 0.99% -
XYZ 45.34 60.5 102.22 -
YUV 174.1 172.52 38.06 -
System Red Green Blue C M Y K H S L
Decimal 48 223 253 0.81 0.12 0 0.01 188.78 0.98 0.59
Hex 30 DF FD 51 C 0 1 BD 62 3B
Octal 60 337 375 121 14 0 1 275 142 73
Binary 110000 11011111 11111101 1010001 1100 0 1 10111101 1100010 111011

Color Harmonies of #30DFFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30DFFD

Black with #30DFFD

Text Example


Text Example

White with #30DFFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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