Html Css Color HEX #30CFCC Medium Turquoise

📋 copy color: '#30CFCC'

red 48 ◦ green 207 ◦ blue 204

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

Shades of Medium Turquoise #30CFCC

Tints of Medium Turquoise #30CFCC

RGB

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

 GREEN value IS 207 (81.25% from 255) = 45.1%

 BLUE value IS 204 (80.08% from 255) = 44.44%

R = 10.46%
G = 45.1%
B = 44.44%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.01

 K value IS 0.19

RGB Variations

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

Color information

#30CFCC (or 0x30CFCC) is known color: Medium Turquoise. HEX triplet: 30, CF and CC. RGB value is (48,207,204). Sum of RGB (Red+Green+Blue) = 48+207+204=459 (60% of max value = 765). Red value is 48 (19.14% from 255 or 10.46% from 459); Green value is 207 (81.25% from 255 or 45.10% from 459); Blue value is 204 (80.08% from 255 or 44.44% from 459); Max value from RGB is 207 - color contains mainly: green. Hex color #30CFCC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30CFCC is #CF3033. Grayscale: #9E9E9E. Windows color (decimal): -13578292 or 13422384. OLE color: 13422384.

HSL color Cylindrical-coordinate representation of color #30CFCC: hue angle of 178.87º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #30CFCC is Cyan = 0.77, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.

Color convert

RGB 48 207 204 -
CMYK 0.77 0 0.01 0.19
HSL 178.87º 0.62% 0.5% -
HSV(B) 178.87º 0.77% 0.81% -
XYZ 34.43 49.61 64.89 -
YUV 159.12 153.32 48.74 -
System Red Green Blue C M Y K H S L
Decimal 48 207 204 0.77 0 0.01 0.19 178.87 0.62 0.5
Hex 30 CF CC 4D 0 1 13 B3 3E 32
Octal 60 317 314 115 0 1 23 263 76 62
Binary 110000 11001111 11001100 1001101 0 1 10011 10110011 111110 110010

Color Harmonies of #30CFCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30CFCC

Black with #30CFCC

Text Example


Text Example

White with #30CFCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,207,204); }

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

background-color css

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

 a { background-color: rgb(48,207,204); }

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

border-color css

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

 span { border-color: rgb(48,207,204); }

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