Html Css Color HEX #38C8CD Medium Turquoise

📋 copy color: '#38C8CD'

red 56 ◦ green 200 ◦ blue 205

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

Shades of Medium Turquoise #38C8CD

Tints of Medium Turquoise #38C8CD

RGB

 RED value IS 56 (22.27% from 255) = 12.15%

 GREEN value IS 200 (78.52% from 255) = 43.38%

 BLUE value IS 205 (80.47% from 255) = 44.47%

R = 12.15%
G = 43.38%
B = 44.47%

CMYK

 C value IS 0.73

 M value IS 0.02

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#38C8CD (or 0x38C8CD) is known color: Medium Turquoise. HEX triplet: 38, C8 and CD. RGB value is (56,200,205). Sum of RGB (Red+Green+Blue) = 56+200+205=461 (61% of max value = 765). Red value is 56 (22.27% from 255 or 12.15% from 461); Green value is 200 (78.52% from 255 or 43.38% from 461); Blue value is 205 (80.47% from 255 or 44.47% from 461); Max value from RGB is 205 - color contains mainly: blue. Hex color #38C8CD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38C8CD is #C73732. Grayscale: #9D9D9D. Windows color (decimal): -13055795 or 13486136. OLE color: 13486136.

HSL color Cylindrical-coordinate representation of color #38C8CD: hue angle of 182.01º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #38C8CD is Cyan = 0.73, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 56 200 205 -
CMYK 0.73 0.02 0 0.20
HSL 182.01º 0.6% 0.51% -
HSV(B) 182.01º 0.73% 0.8% -
XYZ 33.3 46.56 64.99 -
YUV 157.51 154.79 55.59 -
System Red Green Blue C M Y K H S L
Decimal 56 200 205 0.73 0.02 0 0.20 182.01 0.6 0.51
Hex 38 C8 CD 49 2 0 14 B6 3C 33
Octal 70 310 315 111 2 0 24 266 74 63
Binary 111000 11001000 11001101 1001001 10 0 10100 10110110 111100 110011

Color Harmonies of #38C8CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38C8CD

Black with #38C8CD

Text Example


Text Example

White with #38C8CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38C8CD; }

 p { color: rgb(56,200,205); }

 H1.HeaderClassName
 {
   color: #38C8CD;
 }
 .AnyTagClassName
 {
   color: #38C8CD;
 }
</style>

background-color css

<style>
 a { background-color: #38C8CD; }

 a { background-color: rgb(56,200,205); }

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

border-color css

<style>
 span { border-color: #38C8CD; }

 span { border-color: rgb(56,200,205); }

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