Html Css Color HEX #38C3CC Medium Turquoise

📋 copy color: '#38C3CC'

red 56 ◦ green 195 ◦ blue 204

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

Shades of Medium Turquoise #38C3CC

Tints of Medium Turquoise #38C3CC

RGB

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

 GREEN value IS 195 (76.56% from 255) = 42.86%

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

R = 12.31%
G = 42.86%
B = 44.84%

CMYK

 C value IS 0.73

 M value IS 0.04

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#38C3CC (or 0x38C3CC) is known color: Medium Turquoise. HEX triplet: 38, C3 and CC. RGB value is (56,195,204). Sum of RGB (Red+Green+Blue) = 56+195+204=455 (60% of max value = 765). Red value is 56 (22.27% from 255 or 12.31% from 455); Green value is 195 (76.56% from 255 or 42.86% from 455); Blue value is 204 (80.08% from 255 or 44.84% from 455); Max value from RGB is 204 - color contains mainly: blue. Hex color #38C3CC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38C3CC is #C73C33. Grayscale: #9A9A9A. Windows color (decimal): -13057076 or 13419320. OLE color: 13419320.

HSL color Cylindrical-coordinate representation of color #38C3CC: hue angle of 183.65º degrees, saturation: 0.59, 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 #38C3CC is Cyan = 0.73, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 56 195 204 -
CMYK 0.73 0.04 0 0.2
HSL 183.65º 0.59% 0.51% -
HSV(B) 183.65º 0.73% 0.8% -
XYZ 32.05 44.23 63.98 -
YUV 154.47 155.95 57.77 -
System Red Green Blue C M Y K H S L
Decimal 56 195 204 0.73 0.04 0 0.2 183.65 0.59 0.51
Hex 38 C3 CC 49 4 0 14 B8 3B 33
Octal 70 303 314 111 4 0 24 270 73 63
Binary 111000 11000011 11001100 1001001 100 0 10100 10111000 111011 110011

Color Harmonies of #38C3CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38C3CC

Black with #38C3CC

Text Example


Text Example

White with #38C3CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,195,204); }

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

background-color css

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

 a { background-color: rgb(56,195,204); }

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

border-color css

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

 span { border-color: rgb(56,195,204); }

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