Html Css Color HEX #38D2CC Medium Turquoise

📋 copy color: '#38D2CC'

red 56 ◦ green 210 ◦ blue 204

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

Shades of Medium Turquoise #38D2CC

Tints of Medium Turquoise #38D2CC

RGB

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

 GREEN value IS 210 (82.42% from 255) = 44.68%

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

R = 11.91%
G = 44.68%
B = 43.4%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.03

 K value IS 0.18

RGB Variations

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

Color information

#38D2CC (or 0x38D2CC) is known color: Medium Turquoise. HEX triplet: 38, D2 and CC. RGB value is (56,210,204). Sum of RGB (Red+Green+Blue) = 56+210+204=470 (62% of max value = 765). Red value is 56 (22.27% from 255 or 11.91% from 470); Green value is 210 (82.42% from 255 or 44.68% from 470); Blue value is 204 (80.08% from 255 or 43.40% from 470); Max value from RGB is 210 - color contains mainly: green. Hex color #38D2CC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38D2CC is #C72D33. Grayscale: #A3A3A3. Windows color (decimal): -13053236 or 13423160. OLE color: 13423160.

HSL color Cylindrical-coordinate representation of color #38D2CC: hue angle of 177.66º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #38D2CC is Cyan = 0.73, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.18.

Color convert

RGB 56 210 204 -
CMYK 0.73 0 0.03 0.18
HSL 177.66º 0.63% 0.52% -
HSV(B) 177.66º 0.73% 0.82% -
XYZ 35.58 51.29 65.15 -
YUV 163.27 150.98 51.49 -
System Red Green Blue C M Y K H S L
Decimal 56 210 204 0.73 0 0.03 0.18 177.66 0.63 0.52
Hex 38 D2 CC 49 0 3 12 B2 3F 34
Octal 70 322 314 111 0 3 22 262 77 64
Binary 111000 11010010 11001100 1001001 0 11 10010 10110010 111111 110100

Color Harmonies of #38D2CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38D2CC

Black with #38D2CC

Text Example


Text Example

White with #38D2CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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