Html Css Color HEX #30DFEB Turquoise

📋 copy color: '#30DFEB'

red 48 ◦ green 223 ◦ blue 235

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

Shades of Turquoise #30DFEB

Tints of Turquoise #30DFEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 46.44%

R = 9.49%
G = 44.07%
B = 46.44%

CMYK

 C value IS 0.80

 M value IS 0.05

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#30DFEB (or 0x30DFEB) is known color: Turquoise. HEX triplet: 30, DF and EB. RGB value is (48,223,235). Sum of RGB (Red+Green+Blue) = 48+223+235=506 (67% of max value = 765). Red value is 48 (19.14% from 255 or 9.49% from 506); Green value is 223 (87.5% from 255 or 44.07% from 506); Blue value is 235 (92.19% from 255 or 46.44% from 506); Max value from RGB is 235 - color contains mainly: blue. Hex color #30DFEB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #30DFEB is #CF2014. Grayscale: #ABABAB. Windows color (decimal): -13574165 or 15458096. OLE color: 15458096.

HSL color Cylindrical-coordinate representation of color #30DFEB: hue angle of 183.85º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #30DFEB is Cyan = 0.80, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 48 223 235 -
CMYK 0.80 0.05 0 0.08
HSL 183.85º 0.82% 0.55% -
HSV(B) 183.85º 0.8% 0.92% -
XYZ 42.6 59.4 87.82 -
YUV 172.04 163.52 39.52 -
System Red Green Blue C M Y K H S L
Decimal 48 223 235 0.80 0.05 0 0.08 183.85 0.82 0.55
Hex 30 DF EB 50 5 0 8 B8 52 37
Octal 60 337 353 120 5 0 10 270 122 67
Binary 110000 11011111 11101011 1010000 101 0 1000 10111000 1010010 110111

Color Harmonies of #30DFEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30DFEB

Black with #30DFEB

Text Example


Text Example

White with #30DFEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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