Html Css Color HEX #38CACF Medium Turquoise

📋 copy color: '#38CACF'

red 56 ◦ green 202 ◦ blue 207

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

Shades of Medium Turquoise #38CACF

Tints of Medium Turquoise #38CACF

RGB

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

 GREEN value IS 202 (79.3% from 255) = 43.44%

 BLUE value IS 207 (81.25% from 255) = 44.52%

R = 12.04%
G = 43.44%
B = 44.52%

CMYK

 C value IS 0.73

 M value IS 0.02

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#38CACF (or 0x38CACF) is known color: Medium Turquoise. HEX triplet: 38, CA and CF. RGB value is (56,202,207). Sum of RGB (Red+Green+Blue) = 56+202+207=465 (61% of max value = 765). Red value is 56 (22.27% from 255 or 12.04% from 465); Green value is 202 (79.30% from 255 or 43.44% from 465); Blue value is 207 (81.25% from 255 or 44.52% from 465); Max value from RGB is 207 - color contains mainly: blue. Hex color #38CACF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38CACF is #C73530. Grayscale: #9E9E9E. Windows color (decimal): -13055281 or 13617720. OLE color: 13617720.

HSL color Cylindrical-coordinate representation of color #38CACF: hue angle of 181.99º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #38CACF is Cyan = 0.73, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 56 202 207 -
CMYK 0.73 0.02 0 0.19
HSL 181.99º 0.61% 0.52% -
HSV(B) 181.99º 0.73% 0.81% -
XYZ 34.01 47.59 66.42 -
YUV 158.92 155.13 54.59 -
System Red Green Blue C M Y K H S L
Decimal 56 202 207 0.73 0.02 0 0.19 181.99 0.61 0.52
Hex 38 CA CF 49 2 0 13 B6 3D 34
Octal 70 312 317 111 2 0 23 266 75 64
Binary 111000 11001010 11001111 1001001 10 0 10011 10110110 111101 110100

Color Harmonies of #38CACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38CACF

Black with #38CACF

Text Example


Text Example

White with #38CACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,202,207); }

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

background-color css

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

 a { background-color: rgb(56,202,207); }

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

border-color css

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

 span { border-color: rgb(56,202,207); }

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